Skip to content

Commit

Permalink
Update Spring Boot to 3.3.6 (and Spring Framework to 6.1.15)
Browse files Browse the repository at this point in the history
  • Loading branch information
MediaMarco committed Dec 9, 2024
1 parent df0975c commit 1131121
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
*/
ext {
versions = [
spring_boot : '3.3.4',
spring : '6.1.13',
spring_boot : '3.3.6',
spring : '6.1.15',
spring_security : '6.4.1',
spring_security_jwt : '1.1.1.RELEASE',
jcip_annotations : '1.0',
Expand Down

0 comments on commit 1131121

Please sign in to comment.