Skip to content

Commit

Permalink
Upgrade Spring Security to 5.3.2.RELEASE
Browse files Browse the repository at this point in the history
Resolves gh-1625
  • Loading branch information
eleftherias committed May 12, 2020
1 parent 9c8fe23 commit 7be3d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/dependency-management.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependencyManagement {
mavenBom 'org.junit:junit-bom:5.6.2'
mavenBom 'org.springframework:spring-framework-bom:5.2.6.RELEASE'
mavenBom 'org.springframework.data:spring-data-releasetrain:Neumann-RELEASE'
mavenBom 'org.springframework.security:spring-security-bom:5.3.0.RC1'
mavenBom 'org.springframework.security:spring-security-bom:5.3.2.RELEASE'
mavenBom 'org.testcontainers:testcontainers-bom:1.12.5'
}

Expand Down

0 comments on commit 7be3d30

Please sign in to comment.