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.kotlinx:kotlinx-knit-test                             | 0.4.0 | 0.5.0 |
| maven      | org.jetbrains.kotlinx.knit:org.jetbrains.kotlinx.knit.gradle.plugin | 0.4.0 | 0.5.0 |
| maven      | org.apache.kafka:kafka-streams                                      | 3.6.0 | 3.6.1 |
| maven      | org.apache.kafka:kafka-clients                                      | 3.6.0 | 3.6.1 |
| maven      | org.apache.kafka:connect-runtime                                    | 3.6.0 | 3.6.1 |
  • Loading branch information
renovate[bot] authored Dec 5, 2023
1 parent 9c15df8 commit 7707d91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[versions]
kotest = "5.8.0"
kafka = "3.6.0"
kafka = "3.6.1"
kotlin = "1.9.21"
kotlinx-coroutines = "1.7.3"
dokka = "1.9.10"
knit = "0.4.0"
knit = "0.5.0"
kover = "0.7.5"
testcontainers-kafka = "1.19.3"
slf4j = "2.0.9"
Expand Down
2 changes: 1 addition & 1 deletion guide/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {
implementation(libs.testcontainers.kafka)
implementation("io.arrow-kt:suspendapp:0.4.0")
testImplementation("org.jetbrains.kotlin:kotlin-test-junit")
testImplementation("org.jetbrains.kotlinx:kotlinx-knit-test:0.4.0")
testImplementation("org.jetbrains.kotlinx:kotlinx-knit-test:0.5.0")
}

sourceSets.test {
Expand Down

0 comments on commit 7707d91

Please sign in to comment.