Skip to content

Commit 05ef28f

Browse files
chore(deps): update spring boot to v4
1 parent b6b9406 commit 05ef28f

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.11'
4+
id 'org.springframework.boot' version '4.0.3'
55
id 'org.jetbrains.kotlin.plugin.spring' version '2.3.10'
66
id 'jacoco'
77
}
@@ -15,7 +15,7 @@ repositories {
1515
}
1616

1717
dependencies {
18-
implementation platform('org.springframework.boot:spring-boot-dependencies:3.5.11')
18+
implementation platform('org.springframework.boot:spring-boot-dependencies:4.0.3')
1919
implementation "org.springframework.boot:spring-boot-starter-web"
2020
implementation "org.springframework.boot:spring-boot-starter-graphql"
2121
implementation 'org.springframework.boot:spring-boot-starter-validation'

0 commit comments

Comments
 (0)