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 ca214bb commit f7610b8Copy full SHA for f7610b8
build.gradle.kts
@@ -29,7 +29,7 @@ dependencies {
29
30
testImplementation("com.expediagroup:graphql-kotlin-spring-client:8.0.0")
31
testImplementation("org.jetbrains.kotlin:kotlin-test")
32
- testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.8.1")
+ testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.9.0")
33
testImplementation("org.springframework.boot:spring-boot-starter-test:3.3.3")
34
35
graphqlSDL("com.expediagroup:graphql-kotlin-federated-hooks-provider:8.0.0")
0 commit comments