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 6e1f312 commit 49cae5dCopy full SHA for 49cae5d
1 file changed
spring-ws-platform/build.gradle
@@ -30,7 +30,7 @@ dependencies {
30
api(platform("org.junit:junit-bom:6.0.3"))
31
api(platform("org.slf4j:slf4j-bom:2.0.18"))
32
api(platform("org.springframework:spring-framework-bom:${springFrameworkVersion}"))
33
- api(platform("org.springframework.security:spring-security-bom:7.0.6-SNAPSHOT"))
+ api(platform("org.springframework.security:spring-security-bom:7.0.6"))
34
constraints {
35
api("com.fasterxml.woodstox:woodstox-core:7.1.1")
36
api("com.google.code.findbugs:jsr305:3.0.2")
0 commit comments