when i add this dependency to my project using spring boot 2.3.12. Its downloading 2.4.3 jar also ( when removed it doesn’t ) where as i tried 2 other project its not the case over there they still use 2.3.12 and does not download 2.4.3 and use it for solace .
infact if we try creating fresh project there also it does not download 2.4.3.
The Solace Spring Cloud starter is dependent on the Spring Cloud projects. And starting with Spring Cloud v2020.0.X it looks like they require Spring Boot 2.4.X which is why you are seeing this. Is there any reason you can’t use Spring Boot 2.4+?
Hey @akg17 ! Can you please update the title of your post to better reflect the question, it’ll make it easier for other community members to find the question/answer they are looking for incase someone else has the same issue. Thanks!