Skip to content

Commit

Permalink
Set the default spring boot version in build.lib.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Gravewalker666 committed Jul 17, 2024
1 parent e25bc54 commit a60bcbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.libraries.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ext {
springBootVersion = System.getenv("SPRING_BOOT_VERSION") ?: "2.7.18"
springBootVersion = System.getenv("SPRING_BOOT_VERSION") ?: "3.2.2"

libraries = [
// explicit versions
Expand Down

0 comments on commit a60bcbb

Please sign in to comment.