Skip to content

Commit f7610b8

Browse files
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>
1 parent ca214bb commit f7610b8

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.0.0")
3131
testImplementation("org.jetbrains.kotlin:kotlin-test")
32-
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.8.1")
32+
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.9.0")
3333
testImplementation("org.springframework.boot:spring-boot-starter-test:3.3.3")
3434

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

0 commit comments

Comments
 (0)