|
|
|
|
@ -1,5 +1,5 @@
@@ -1,5 +1,5 @@
|
|
|
|
|
plugins { |
|
|
|
|
id "org.springframework.boot" version "3.2.2" |
|
|
|
|
id "org.springframework.boot" version "4.0.0-SNAPSHOT" |
|
|
|
|
id "io.spring.dependency-management" version "1.1.0" |
|
|
|
|
id "java" |
|
|
|
|
} |
|
|
|
|
@ -18,7 +18,7 @@ repositories {
@@ -18,7 +18,7 @@ repositories {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
ext { |
|
|
|
|
set("springCloudVersion", "2023.0.2") |
|
|
|
|
set("springCloudVersion", "2025.1.0-SNAPSHOT") |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
dependencyManagement { |
|
|
|
|
|