Skip to content

Commit 3e7ec32

Browse files
author
Patrick Schwager
committed
update spring boot to 4.0.2
1 parent df7040f commit 3e7ec32

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lmos-runtime-bom/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ javaPlatform {
1313
}
1414

1515
dependencies {
16-
val springBootVersion = "3.5.6"
16+
val springBootVersion = "4.0.2"
1717
val ktorVersion = "3.4.0"
1818
val kotlinxVersion = "1.10.0"
1919
val lmosRouterVersion = "0.23.0"

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ pluginManagement {
2222
mavenLocal()
2323
}
2424
plugins {
25-
id("org.springframework.boot") version "3.5.5"
25+
id("org.springframework.boot") version "4.0.2"
2626
id("org.jlleitschuh.gradle.ktlint") version "14.0.1"
2727
id("io.spring.dependency-management") version "1.1.7"
2828
id("dev.yumi.gradle.licenser") version "2.2.2"

0 commit comments

Comments
 (0)