I have update the dependency spring-cloud-stream to resolve the vulnerability issues in spring-cloud-function-context which is the child compile dependency of:
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream</artifactId>
<version>3.2.3</version>
</dependency>
But it does not update the spring-cloud-function-context. And this dependency I am not using explicitly in my pom.xml
Is there any way to do that.