Skip to content

Commit

Permalink
Update to Spring Security 5.7.11
Browse files Browse the repository at this point in the history
Closes gh-823
  • Loading branch information
jzheaux committed Oct 12, 2023
1 parent 25bdb0b commit 17b672a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dependencies/build.gradle
Expand Up @@ -59,9 +59,9 @@ dependencies {
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"
api "org.springframework.security:spring-security-config:5.7.10"
api "org.springframework.security:spring-security-core:5.7.10"
api "org.springframework.security:spring-security-ldap:5.7.10"
api "org.springframework.security:spring-security-config:5.7.11"
api "org.springframework.security:spring-security-core:5.7.11"
api "org.springframework.security:spring-security-ldap:5.7.11"
api "org.springframework.ldap:spring-ldap-core:2.4.1"
}
}
Expand Down

0 comments on commit 17b672a

Please sign in to comment.