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 2e9a84b commit 1fb4eafCopy full SHA for 1fb4eaf
build.gradle.kts
@@ -30,7 +30,7 @@ dependencies {
30
testImplementation("com.expediagroup:graphql-kotlin-spring-client:8.2.1")
31
testImplementation("org.jetbrains.kotlin:kotlin-test")
32
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.9.0")
33
- testImplementation("org.springframework.boot:spring-boot-starter-test:3.3.6")
+ testImplementation("org.springframework.boot:spring-boot-starter-test:3.4.0")
34
35
graphqlSDL("com.expediagroup:graphql-kotlin-federated-hooks-provider:8.2.1")
36
}
0 commit comments