We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9f726f commit 2d9be8cCopy full SHA for 2d9be8c
build.gradle.kts
@@ -30,7 +30,7 @@ dependencies {
30
testImplementation("com.expediagroup:graphql-kotlin-spring-client:8.8.1")
31
testImplementation("org.jetbrains.kotlin:kotlin-test")
32
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.2")
33
- testImplementation("org.springframework.boot:spring-boot-starter-test:3.3.6")
+ testImplementation("org.springframework.boot:spring-boot-starter-test:4.0.0")
34
35
graphqlSDL("com.expediagroup:graphql-kotlin-federated-hooks-provider:8.8.1")
36
}
0 commit comments