From f7610b832c68994e7e599ddaafbd877ef253666f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 16:52:11 +0000 Subject: [PATCH] fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-coroutines-test to v1.9.0 (#137) 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 6c6a8e5..ae70c50 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -29,7 +29,7 @@ dependencies { testImplementation("com.expediagroup:graphql-kotlin-spring-client:8.0.0") testImplementation("org.jetbrains.kotlin:kotlin-test") - testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.8.1") + testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.9.0") testImplementation("org.springframework.boot:spring-boot-starter-test:3.3.3") graphqlSDL("com.expediagroup:graphql-kotlin-federated-hooks-provider:8.0.0")