Skip to content

Commit 3ac38fd

Browse files
committed
Upgrade to Spring Security 5.3.2.RELEASE
Closes gh-21349
1 parent 99a31be commit 3ac38fd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spring-boot-project/spring-boot-dependencies/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1692,7 +1692,7 @@ bom {
16921692
]
16931693
}
16941694
}
1695-
library("Spring Security", "5.3.1.RELEASE") {
1695+
library("Spring Security", "5.3.2.RELEASE") {
16961696
group("org.springframework.security") {
16971697
imports = [
16981698
"spring-security-bom"
@@ -1847,4 +1847,3 @@ bom {
18471847
}
18481848
}
18491849
}
1850-

0 commit comments

Comments
 (0)