Skip to content

Commit

Permalink
Dependency updates for Spring Boot 2.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
MediaMarco committed Oct 21, 2022
1 parent 9149dcf commit 7ce0fb0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
*/
ext {
versions = [
spring_boot : '2.7.4',
spring_boot : '2.7.5',
spring : '5.3.23',
spring_security_core : '5.7.3',
spring_security_web : '5.7.3',
spring_security_core : '5.7.4',
spring_security_web : '5.7.4',
spring_security_oauth : '2.5.2.RELEASE',
spring_security_jwt : '1.1.1.RELEASE',
jcip_annotations : '1.0',
Expand Down

0 comments on commit 7ce0fb0

Please sign in to comment.