Any idea when the dependencies in Maven will be updated?
I want to use org.springframework.security 4.0.2 with my Spring Boot application however if I implement spring-boot-starter-security as a dependacy it will limit the version to 3.2.8.
Trying to override each dependency with a manual version is not a maintainable solution.