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 14e63a5 commit b5908ceCopy full SHA for b5908ce
dependencies/build.gradle
@@ -57,10 +57,10 @@ dependencies {
57
api "junit:junit:4.13.2"
58
api "org.mockito:mockito-core:5.14.1"
59
api "org.mockito:mockito-junit-jupiter:5.14.1"
60
- api "org.slf4j:jcl-over-slf4j:1.7.36"
61
- api "org.slf4j:log4j-over-slf4j:1.7.36"
62
- api "org.slf4j:slf4j-api:1.7.36"
63
- api "org.slf4j:slf4j-log4j12:1.7.36"
+ api "org.slf4j:jcl-over-slf4j:2.0.17"
+ api "org.slf4j:log4j-over-slf4j:2.0.17"
+ api "org.slf4j:slf4j-api:2.0.17"
+ api "org.slf4j:slf4j-log4j12:2.0.17"
64
api "org.springframework.security:spring-security-config"
65
api "org.springframework.security:spring-security-core"
66
api "org.springframework.security:spring-security-ldap"
0 commit comments