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 1274e0a commit fc7492cCopy full SHA for fc7492c
dependencies/build.gradle
@@ -55,10 +55,10 @@ dependencies {
55
api "org.mockito:mockito-core:4.8.1"
56
api "org.mockito:mockito-inline:4.8.1"
57
api "org.mockito:mockito-junit-jupiter:4.8.1"
58
- api "org.slf4j:jcl-over-slf4j:1.7.32"
59
- api "org.slf4j:log4j-over-slf4j:1.7.32"
60
- api "org.slf4j:slf4j-api:1.7.32"
61
- api "org.slf4j:slf4j-log4j12:1.7.32"
+ api "org.slf4j:jcl-over-slf4j:1.7.36"
+ api "org.slf4j:log4j-over-slf4j:1.7.36"
+ api "org.slf4j:slf4j-api:1.7.36"
+ api "org.slf4j:slf4j-log4j12:1.7.36"
62
api "org.springframework.security:spring-security-config:5.7.5"
63
api "org.springframework.security:spring-security-core:5.7.5"
64
api "org.springframework.security:spring-security-ldap:5.7.5"
0 commit comments