Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
Update dependency org.jetbrains.kotlinx:kotlinx-coroutines-test to v1…
Browse files Browse the repository at this point in the history
….7.2 (#185)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 30, 2023
1 parent 5ccd575 commit e44c057
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion kryptokrona-node/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies {
implementation("org.slf4j:slf4j-api:$slf4j_version")
implementation("org.slf4j:slf4j-simple:$slf4j_version")

implementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.1")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.2")

testImplementation(kotlin("test"))
}
Expand Down
2 changes: 1 addition & 1 deletion kryptokrona-service/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies {
implementation("org.slf4j:slf4j-api:$slf4j_version")
implementation("org.slf4j:slf4j-simple:$slf4j_version")

implementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.1")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.2")

testImplementation(kotlin("test"))
}
Expand Down
2 changes: 1 addition & 1 deletion kryptokrona-wallet/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies {
implementation("org.slf4j:slf4j-api:$slf4j_version")
implementation("org.slf4j:slf4j-simple:$slf4j_version")

implementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.1")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.2")
testImplementation(kotlin("test"))
}

Expand Down
2 changes: 1 addition & 1 deletion kryptokrona-walletapi/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies {
implementation("org.slf4j:slf4j-api:$slf4j_version")
implementation("org.slf4j:slf4j-simple:$slf4j_version")

implementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.1")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.2")

testImplementation(kotlin("test"))
}
Expand Down

0 comments on commit e44c057

Please sign in to comment.