We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ba964d commit e633cc0Copy full SHA for e633cc0
spring-ws-platform/build.gradle
@@ -14,7 +14,7 @@ dependencies {
14
api(platform("org.junit:junit-bom:5.11.0"))
15
api(platform("org.slf4j:slf4j-bom:2.0.17"))
16
api(platform("org.springframework:spring-framework-bom:${springFrameworkVersion}"))
17
- api(platform("org.springframework.security:spring-security-bom:6.3.8"))
+ api(platform("org.springframework.security:spring-security-bom:6.3.9-SNAPSHOT"))
18
constraints {
19
api("com.fasterxml.woodstox:woodstox-core:6.5.1")
20
api("com.icegreen:greenmail:2.0.1")
0 commit comments