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.8.1
  • Loading branch information
renovate[bot] authored May 10, 2024
1 parent 64224e1 commit 50c8519
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:7.1.1")
testImplementation("org.jetbrains.kotlin:kotlin-test")
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.8.0")
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.8.1")
testImplementation("org.springframework.boot:spring-boot-starter-test:3.1.5")

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

0 comments on commit 50c8519

Please sign in to comment.