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 11plugins {
2- id(" org.springframework.boot" ) version " 3.5.3 "
2+ id(" org.springframework.boot" ) version " 3.5.4 "
33 id(" org.jetbrains.kotlin.jvm" ) version " 1.9.25"
44 id(" org.jetbrains.kotlin.plugin.spring" ) version " 1.9.25"
55}
@@ -12,7 +12,7 @@ repositories {
1212java.sourceCompatibility = JavaVersion .VERSION_17
1313
1414dependencies {
15- implementation(platform(" org.springframework.boot:spring-boot-dependencies:3.5.3 " ))
15+ implementation(platform(" org.springframework.boot:spring-boot-dependencies:3.5.4 " ))
1616 implementation(" com.apollographql.federation:federation-graphql-java-support:4.5.0" )
1717 implementation(" org.jetbrains.kotlin:kotlin-reflect" )
1818 implementation(" org.jetbrains.kotlin:kotlin-stdlib-jdk8" )
You can’t perform that action at this time.
0 commit comments