From 34349f85aef43f6bc1ee8f405469d2b0fce85c26 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 20:55:11 +0000 Subject: [PATCH] fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-coroutines-test to v1.10.0 (#153) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index cc773a7..6e70a1d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -29,7 +29,7 @@ dependencies { testImplementation("com.expediagroup:graphql-kotlin-spring-client:8.2.1") testImplementation("org.jetbrains.kotlin:kotlin-test") - testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.9.0") + testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.0") testImplementation("org.springframework.boot:spring-boot-starter-test:3.3.6") graphqlSDL("com.expediagroup:graphql-kotlin-federated-hooks-provider:8.2.1")