Skip to content

Commit

Permalink
Update to SLF4J 1.7.36
Browse files Browse the repository at this point in the history
Closes gh-961
  • Loading branch information
jzheaux committed Nov 14, 2024
1 parent 08a5f53 commit 1838e6e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dependencies/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@ dependencies {
api "org.mockito:mockito-core:3.12.4"
api "org.mockito:mockito-inline:3.12.4"
api "org.mockito:mockito-junit-jupiter:3.12.4"
api "org.slf4j:jcl-over-slf4j:1.7.32"
api "org.slf4j:log4j-over-slf4j:1.7.32"
api "org.slf4j:slf4j-api: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.springframework.security:spring-security-config:5.6.5"
api "org.springframework.security:spring-security-core:5.6.5"
api "org.springframework.security:spring-security-ldap:5.6.5"
api "org.slf4j:slf4j-log4j12:1.7.32"
api "org.slf4j:slf4j-log4j12:1.7.36"
api "org.springframework.ldap:spring-ldap-core:2.3.4.RELEASE"
}
}
Expand Down

0 comments on commit 1838e6e

Please sign in to comment.