Skip to content

Commit 7cda05a

Browse files
committed
chore: upgrade spring boot to 3.5.0
1 parent 4a81051 commit 7cda05a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id("org.springframework.boot") version "3.4.5"
2+
id("org.springframework.boot") version "3.5.0"
33
id("io.spring.dependency-management") version "1.1.7"
44
id("java")
55
id("com.google.cloud.tools.jib") version "3.4.5"
@@ -27,7 +27,7 @@ repositories {
2727

2828
dependencyManagement {
2929
imports {
30-
mavenBom("org.springframework.cloud:spring-cloud-dependencies:2024.0.1")
30+
mavenBom("org.springframework.cloud:spring-cloud-dependencies:2025.0.0")
3131
}
3232
}
3333

0 commit comments

Comments
 (0)