Skip to content

Commit

Permalink
Update to Spring Security 5.8.7
Browse files Browse the repository at this point in the history
Closes gh-832
  • Loading branch information
jzheaux committed Oct 12, 2023
1 parent 1efc644 commit e040e1d
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 @@ -55,9 +55,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.6"
api "org.springframework.security:spring-security-core:5.8.6"
api "org.springframework.security:spring-security-ldap:5.8.6"
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"
}
}

0 comments on commit e040e1d

Please sign in to comment.