Skip to content

Commit ed5c5d9

Browse files
committed
Use Spring Security 6.4.x by default
Closes gh-1685
1 parent 8ce90d9 commit ed5c5d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spring-ws-platform/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies {
3030
api(platform("org.junit:junit-bom:5.11.4"))
3131
api(platform("org.slf4j:slf4j-bom:2.0.17"))
3232
api(platform("org.springframework:spring-framework-bom:${springFrameworkVersion}"))
33-
api(platform("org.springframework.security:spring-security-bom:6.3.10"))
33+
api(platform("org.springframework.security:spring-security-bom:6.4.11"))
3434
constraints {
3535
api("com.fasterxml.woodstox:woodstox-core:6.5.1")
3636
api("com.google.code.findbugs:jsr305:3.0.2")

spring-ws-security/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ dependencies {
5252
compatibilityTest {
5353
dependency("Spring Security") { springSecurity ->
5454
springSecurity.groupId = "org.springframework.security"
55-
springSecurity.versions = ["6.1.+", "6.2.+", "6.4.+"]
55+
springSecurity.versions = ["6.1.+", "6.2.+", "6.3.+"]
5656
}
5757
}
5858

0 commit comments

Comments
 (0)