Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
| datasource | package                                               | from   | to     |
| ---------- | ----------------------------------------------------- | ------ | ------ |
| maven      | org.jetbrains.dokka:org.jetbrains.dokka.gradle.plugin | 1.9.10 | 1.9.20 |
| maven      | org.apache.kafka:kafka-streams                        | 3.6.1  | 3.7.0  |
| maven      | org.apache.kafka:kafka-clients                        | 3.6.1  | 3.7.0  |
| maven      | org.apache.kafka:connect-runtime                      | 3.6.1  | 3.7.0  |
  • Loading branch information
renovate[bot] authored Mar 4, 2024
1 parent 900bc8f commit 70f379a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[versions]
kotest = "5.8.0"
kafka = "3.6.1"
kafka = "3.7.0"
kotlin = "1.9.22"
kotlinx-coroutines = "1.8.0"
dokka = "1.9.10"
dokka = "1.9.20"
knit = "0.5.0"
kover = "0.7.6"
testcontainers-kafka = "1.19.6"
Expand Down

0 comments on commit 70f379a

Please sign in to comment.