File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
produce-consume-lang/scala/code Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ allprojects {
36
36
implementation " io.confluent:kafka-streams-avro-serde:7.3.0"
37
37
implementation " com.sksamuel.avro4s:avro4s-core_2.13:4.1.1"
38
38
testImplementation " org.scalatest:scalatest_2.13:3.3.0-SNAP3"
39
- testImplementation " org.testcontainers:kafka:1.17.6 "
39
+ testImplementation " org.testcontainers:kafka:1.18.0 "
40
40
41
41
// presentation boiler plate
42
42
implementation " com.lihaoyi:cask_2.13:0.8.0"
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ dependencies {
33
33
implementation ' org.slf4j:slf4j-simple:2.0.7'
34
34
implementation ' io.confluent:kafka-streams-avro-serde:7.3.0'
35
35
testImplementation ' junit:junit:4.13.2'
36
- testImplementation " org.testcontainers:kafka:1.17.6 "
36
+ testImplementation " org.testcontainers:kafka:1.18.0 "
37
37
}
38
38
39
39
test {
You can’t perform that action at this time.
0 commit comments