Skip to content

Commit

Permalink
bumper kafka
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsteinsland committed Nov 12, 2024
1 parent 16cf259 commit e1fd6a2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions kafka-test/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
val testcontainersVersion: String by project
val kotlinxCoroutinesVersion: String by project
val jacksonVersion: String by project
val kafkaVersion = "3.8.0"
val kafkaVersion = "3.9.0"

val logbackClassicVersion = "1.4.14"
val logbackEncoderVersion = "7.4"
val logbackClassicVersion = "1.5.12"
val logbackEncoderVersion = "8.0"

dependencies {
api("org.testcontainers:kafka:$testcontainersVersion")
Expand Down
2 changes: 1 addition & 1 deletion kafka/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
val kafkaVersion = "3.8.0"
val kafkaVersion = "3.9.0"

dependencies {
api("org.apache.kafka:kafka-clients:$kafkaVersion")
Expand Down
4 changes: 2 additions & 2 deletions rapids-and-rivers/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ dependencies {
testImplementation("org.awaitility:awaitility:$awaitilityVersion")
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlinxCoroutinesVersion")

testImplementation("ch.qos.logback:logback-classic:1.4.14")
testImplementation("net.logstash.logback:logstash-logback-encoder:7.4")
testImplementation("ch.qos.logback:logback-classic:1.5.12")
testImplementation("net.logstash.logback:logstash-logback-encoder:8.0")
}

0 comments on commit e1fd6a2

Please sign in to comment.