Skip to content

Commit

Permalink
Bump org.jetbrains.kotlinx:kotlinx-coroutines-jdk8 from 1.7.0 to 1.7.1
Browse files Browse the repository at this point in the history
Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-jdk8](https://github.com/Kotlin/kotlinx.coroutines) from 1.7.0 to 1.7.1.
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)
- [Commits](Kotlin/kotlinx.coroutines@1.7.0...1.7.1)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-jdk8
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 12, 2023
1 parent fc05b02 commit 1b690ba
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 1b690ba

Please sign in to comment.