Skip to content

Commit 1838e6e

Browse files
committed
Update to SLF4J 1.7.36
Closes gh-961
1 parent 08a5f53 commit 1838e6e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

dependencies/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@ dependencies {
6363
api "org.mockito:mockito-core:3.12.4"
6464
api "org.mockito:mockito-inline:3.12.4"
6565
api "org.mockito:mockito-junit-jupiter:3.12.4"
66-
api "org.slf4j:jcl-over-slf4j:1.7.32"
67-
api "org.slf4j:log4j-over-slf4j:1.7.32"
68-
api "org.slf4j:slf4j-api:1.7.32"
66+
api "org.slf4j:jcl-over-slf4j:1.7.36"
67+
api "org.slf4j:log4j-over-slf4j:1.7.36"
68+
api "org.slf4j:slf4j-api:1.7.36"
6969
api "org.springframework.security:spring-security-config:5.6.5"
7070
api "org.springframework.security:spring-security-core:5.6.5"
7171
api "org.springframework.security:spring-security-ldap:5.6.5"
72-
api "org.slf4j:slf4j-log4j12:1.7.32"
72+
api "org.slf4j:slf4j-log4j12:1.7.36"
7373
api "org.springframework.ldap:spring-ldap-core:2.3.4.RELEASE"
7474
}
7575
}

0 commit comments

Comments
 (0)