Skip to content

Commit 26e6f36

Browse files
fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-coroutines-test to v1.10.1 (#154)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 34349f8 commit 26e6f36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies {
2929

3030
testImplementation("com.expediagroup:graphql-kotlin-spring-client:8.2.1")
3131
testImplementation("org.jetbrains.kotlin:kotlin-test")
32-
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.0")
32+
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.1")
3333
testImplementation("org.springframework.boot:spring-boot-starter-test:3.3.6")
3434

3535
graphqlSDL("com.expediagroup:graphql-kotlin-federated-hooks-provider:8.2.1")

0 commit comments

Comments
 (0)