Skip to content

Commit

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

Bump org.jetbrains.kotlinx:kotlinx-coroutines-jdk8 from 1.7.0 to 1.7.1
  • Loading branch information
github-actions[bot] authored May 13, 2023
2 parents fc05b02 + 1b690ba commit b2a9603
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.15.0")
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.0")
implementation("io.micrometer:micrometer-registry-prometheus:1.11.0")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.7.0")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.7.1")

testImplementation(kotlin("test"))
testImplementation("org.apache.kafka:kafka-streams-test-utils:3.4.0") {
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.15.0")
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.0")
implementation("io.micrometer:micrometer-registry-prometheus:1.11.0")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.7.0")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.7.1")

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

0 comments on commit b2a9603

Please sign in to comment.