Skip to content

Commit

Permalink
Upgrade Spring boot to 3.2.2 to 3.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jreynard-code committed May 13, 2024
1 parent 358b27c commit 73376b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ tasks.jar {
// Required versions
val jacksonVersion = "2.15.3"
val springWebVersion = "6.1.4"
val springBootVersion = "3.2.2"
val springBootVersion = "3.2.5"

// Implementation
val cosmotechApiCommonVersion = "1.0.1-SNAPSHOT"
Expand Down

0 comments on commit 73376b0

Please sign in to comment.