Skip to content

Commit

Permalink
Update to Spring Security 5.8.8
Browse files Browse the repository at this point in the history
Closes gh-846
  • Loading branch information
jzheaux committed Dec 14, 2023
1 parent fae18e0 commit 28a6225
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dependencies/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,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.8.7"
api "org.springframework.security:spring-security-core:5.8.7"
api "org.springframework.security:spring-security-ldap:5.8.7"
api "org.springframework.security:spring-security-config:5.8.8"
api "org.springframework.security:spring-security-core:5.8.8"
api "org.springframework.security:spring-security-ldap:5.8.8"
}
}

0 comments on commit 28a6225

Please sign in to comment.