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
…-core to v1.8.0
  • Loading branch information
renovate[bot] committed Feb 15, 2024
1 parent 11a1d60 commit d350396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ext.jacksonVersion = '2.16.1'
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
implementation "org.slf4j:slf4j-jdk14:2.0.12"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0"
implementation "org.slf4j:slf4j-jdk14:2.0.12"

implementation platform("org.http4k:http4k-bom:5.13.7.0")
Expand Down

0 comments on commit d350396

Please sign in to comment.