Skip to content

Commit ff047af

Browse files
fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-coroutines-test to v1.10.2 (#165)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0dae047 commit ff047af

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.4.0")
3131
testImplementation("org.jetbrains.kotlin:kotlin-test")
32-
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.1")
32+
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.2")
3333
testImplementation("org.springframework.boot:spring-boot-starter-test:3.3.6")
3434

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

0 commit comments

Comments
 (0)