diff --git a/build.gradle.kts b/build.gradle.kts index 01167f0..bdf19a5 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -29,7 +29,7 @@ dependencies { testImplementation("com.expediagroup:graphql-kotlin-spring-client:7.1.1") testImplementation("org.jetbrains.kotlin:kotlin-test") - testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.8.0") + testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.8.1") testImplementation("org.springframework.boot:spring-boot-starter-test:3.1.5") graphqlSDL("com.expediagroup:graphql-kotlin-federated-hooks-provider:7.1.1")