Skip to content

Commit 9c329e5

Browse files
chore(deps): update spring boot to v4
1 parent 1d875a5 commit 9c329e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id 'java'
33
id 'org.jetbrains.kotlin.jvm' version '2.3.10'
4-
id 'org.springframework.boot' version '3.5.10'
4+
id 'org.springframework.boot' version '4.0.2'
55
id 'org.jetbrains.kotlin.plugin.spring' version '2.3.10'
66
id 'jacoco'
77
}
@@ -18,7 +18,7 @@ jacocoTestReport {
1818
}
1919

2020
dependencies {
21-
implementation platform('org.springframework.boot:spring-boot-dependencies:3.5.10')
21+
implementation platform('org.springframework.boot:spring-boot-dependencies:4.0.2')
2222
implementation 'org.springframework.boot:spring-boot-starter-web'
2323
implementation 'org.springframework.boot:spring-boot-starter-actuator'
2424
implementation 'org.springframework.boot:spring-boot-starter-validation'

0 commit comments

Comments
 (0)