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.9.0 (#137)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 13, 2024
1 parent ca214bb commit f7610b8
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.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")
Expand Down

0 comments on commit f7610b8

Please sign in to comment.