Skip to content

Commit

Permalink
Set default spring boot version of lib to 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
normanma-tw committed Dec 6, 2024
1 parent 61efdcf commit 266e6ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ plugins {
}

ext {
springBootVersion = "${System.getenv("SPRING_BOOT_VERSION") ?: '3.4.0'}"
springBootVersion = "${System.getenv("SPRING_BOOT_VERSION") ?: '3.3.1'}"
}

idea.project {
Expand Down

0 comments on commit 266e6ad

Please sign in to comment.