Skip to content

Commit

Permalink
Merge pull request #252 from navikt/dependabot/gradle/org.jetbrains.k…
Browse files Browse the repository at this point in the history
…otlinx-kotlinx-coroutines-jdk8-1.9.0

Bump org.jetbrains.kotlinx:kotlinx-coroutines-jdk8 from 1.8.0 to 1.9.0
  • Loading branch information
github-actions[bot] authored Dec 17, 2024
2 parents 2a439c5 + a784653 commit 731999f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kafka-avroserde/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies {
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.17.0")
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.17.0")
implementation("io.micrometer:micrometer-registry-prometheus:1.12.4")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.8.0")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.9.0")

testImplementation(kotlin("test"))
testImplementation("org.apache.kafka:kafka-streams-test-utils:3.7.0") {
Expand Down
2 changes: 1 addition & 1 deletion kafka-streams/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies {
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.17.0")
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.17.0")
implementation("io.micrometer:micrometer-registry-prometheus:1.12.4")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.8.0")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.9.0")

testImplementation(kotlin("test"))
testImplementation("org.apache.kafka:kafka-streams-test-utils:3.7.0") {
Expand Down

0 comments on commit 731999f

Please sign in to comment.