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 @@ -3,7 +3,7 @@ import com.expediagroup.graphql.plugin.gradle.tasks.GraphQLGenerateTestClientTas
33import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
44
55plugins {
6- id(" org.springframework.boot" ) version " 3.4 .0"
6+ id(" org.springframework.boot" ) version " 3.5 .0"
77 kotlin(" jvm" ) version " 2.1.21"
88 kotlin(" plugin.spring" ) version " 2.1.21"
99
@@ -30,7 +30,7 @@ dependencies {
3030 testImplementation(" com.expediagroup:graphql-kotlin-spring-client:8.8.1" )
3131 testImplementation(" org.jetbrains.kotlin:kotlin-test" )
3232 testImplementation(" org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.2" )
33- testImplementation(" org.springframework.boot:spring-boot-starter-test:3.3.6 " )
33+ testImplementation(" org.springframework.boot:spring-boot-starter-test:3.5.0 " )
3434
3535 graphqlSDL(" com.expediagroup:graphql-kotlin-federated-hooks-provider:8.8.1" )
3636}
You can’t perform that action at this time.
0 commit comments