Skip to content

Commit 99584d3

Browse files
committed
Use Spring Security 6.3.x by default
Closes gh-1500
1 parent c32f65e commit 99584d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spring-ws-platform/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies {
1414
api(platform("org.junit:junit-bom:5.11.0"))
1515
api(platform("org.slf4j:slf4j-bom:2.0.17"))
1616
api(platform("org.springframework:spring-framework-bom:${springFrameworkVersion}"))
17-
api(platform("org.springframework.security:spring-security-bom:6.1.9"))
17+
api(platform("org.springframework.security:spring-security-bom:6.3.8"))
1818
constraints {
1919
api("com.fasterxml.woodstox:woodstox-core:6.5.1")
2020
api("com.icegreen:greenmail:2.0.1")

spring-ws-security/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies {
3636
compatibilityTest {
3737
dependency("Spring Security") { springSecurity ->
3838
springSecurity.groupId = "org.springframework.security"
39-
springSecurity.versions = ["6.2.+", "6.3.+", "6.4.+"]
39+
springSecurity.versions = ["6.1.+", "6.2.+", "6.4.+"]
4040
}
4141
}
4242

0 commit comments

Comments
 (0)