Skip to content

Commit

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

Bump org.jetbrains.kotlinx:kotlinx-coroutines-jdk8 from 1.7.3 to 1.8.0
  • Loading branch information
github-actions[bot] authored Feb 19, 2024
2 parents 9d4a476 + 9a79158 commit 7bb273b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kafka-2/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies {
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.16.1")
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.16.1")
implementation("io.micrometer:micrometer-registry-prometheus:1.12.3")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.7.3")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.8.0")

testImplementation(kotlin("test"))
testImplementation("org.apache.kafka:kafka-streams-test-utils:3.5.1") {
Expand Down
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.16.1")
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.16.1")
implementation("io.micrometer:micrometer-registry-prometheus:1.12.3")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.7.3")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.8.0")

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

0 comments on commit 7bb273b

Please sign in to comment.