Skip to content

Commit fc7492c

Browse files
committed
Update to Slf4J 1.7.36
Closes gh-740
1 parent 1274e0a commit fc7492c

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
@@ -55,10 +55,10 @@ dependencies {
5555
api "org.mockito:mockito-core:4.8.1"
5656
api "org.mockito:mockito-inline:4.8.1"
5757
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"
58+
api "org.slf4j:jcl-over-slf4j:1.7.36"
59+
api "org.slf4j:log4j-over-slf4j:1.7.36"
60+
api "org.slf4j:slf4j-api:1.7.36"
61+
api "org.slf4j:slf4j-log4j12:1.7.36"
6262
api "org.springframework.security:spring-security-config:5.7.5"
6363
api "org.springframework.security:spring-security-core:5.7.5"
6464
api "org.springframework.security:spring-security-ldap:5.7.5"

0 commit comments

Comments
 (0)