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 03b5f00 commit e4970c4Copy full SHA for e4970c4
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.9-SNAPSHOT"))
+ api(platform("org.springframework.security:spring-security-bom:6.3.9"))
18
constraints {
19
api("com.fasterxml.woodstox:woodstox-core:6.5.1")
20
api("com.google.code.findbugs:jsr305:3.0.2")
0 commit comments