Skip to content

Commit c560625

Browse files
chore(deps): update spring boot to v3.5.9 (#18)
1 parent bf06ed0 commit c560625

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.2.21'
4-
id 'org.springframework.boot' version '3.5.8'
4+
id 'org.springframework.boot' version '3.5.9'
55
id 'org.jetbrains.kotlin.plugin.spring' version '2.2.21'
66
id 'jacoco'
77
}
@@ -18,7 +18,7 @@ repositories {
1818
}
1919

2020
dependencies {
21-
implementation platform('org.springframework.boot:spring-boot-dependencies:3.5.8')
21+
implementation platform('org.springframework.boot:spring-boot-dependencies:3.5.9')
2222
implementation "org.springframework.boot:spring-boot-starter-web"
2323
implementation "org.springframework.boot:spring-boot-starter-graphql"
2424
implementation 'org.springframework.boot:spring-boot-starter-validation'

0 commit comments

Comments
 (0)