File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
plugins {
2
- id(" org.springframework.boot" ) version " 3.2.4 "
2
+ id(" org.springframework.boot" ) version " 3.2.5 "
3
3
id(" org.jetbrains.kotlin.jvm" ) version " 1.9.23"
4
4
id(" org.jetbrains.kotlin.plugin.spring" ) version " 1.9.23"
5
5
}
@@ -12,7 +12,7 @@ repositories {
12
12
java.sourceCompatibility = JavaVersion .VERSION_17
13
13
14
14
dependencies {
15
- implementation(platform(" org.springframework.boot:spring-boot-dependencies:3.2.4 " ))
15
+ implementation(platform(" org.springframework.boot:spring-boot-dependencies:3.2.5 " ))
16
16
implementation(" com.apollographql.federation:federation-graphql-java-support:4.4.1" )
17
17
implementation(" org.jetbrains.kotlin:kotlin-reflect" )
18
18
implementation(" org.jetbrains.kotlin:kotlin-stdlib-jdk8" )
You can’t perform that action at this time.
0 commit comments