Closed
Description
Summary
Maven build is failing to compile due to missing dependencies when using the spring-security-bom maven artifact.
Actual Behavior
'mvn compile clean install' fails to build when
... org.springframework.security spring-security-bom 4.2.12.RELEASE pom importis changed to
org.springframework.security spring-security-bom 4.2.14.RELEASE pom importExpected Behavior
Maven downloads updated artifacts and build succesfully