Skip to content

Commit

Permalink
Set default version of spring boot to 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Gravewalker666 committed Jul 17, 2024
1 parent 893ad50 commit 75f58c5
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") ?: '2.6.15'}"
springBootVersion = "${System.getenv("SPRING_BOOT_VERSION") ?: '3.2.2'}"
}

idea.project {
Expand Down

0 comments on commit 75f58c5

Please sign in to comment.