Skip to content

Commit

Permalink
Set 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 2ff49c8 commit bb84fee
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.6.15'}"
springBootVersion = "${System.getenv("SPRING_BOOT_VERSION") ?: '3.2.2'}"

libraries = [
// version defined
Expand Down

0 comments on commit bb84fee

Please sign in to comment.