Skip to content

Commit

Permalink
fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-coroutines…
Browse files Browse the repository at this point in the history
…-test to v1.10.1
  • Loading branch information
renovate[bot] authored Dec 20, 2024
1 parent 34349f8 commit 209cf52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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.10.0")
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.1")
testImplementation("org.springframework.boot:spring-boot-starter-test:3.3.6")

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

0 comments on commit 209cf52

Please sign in to comment.