Skip to content

Commit f955963

Browse files
Bump org.testcontainers:kafka from 1.17.6 to 1.18.0 (#1537)
Bumps [org.testcontainers:kafka](https://github.com/testcontainers/testcontainers-java) from 1.17.6 to 1.18.0. - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](testcontainers/testcontainers-java@1.17.6...1.18.0) --- updated-dependencies: - dependency-name: org.testcontainers:kafka dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bbf0f18 commit f955963

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_includes/tutorials/produce-consume-lang/scala/code/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ allprojects {
3636
implementation "io.confluent:kafka-streams-avro-serde:7.3.0"
3737
implementation "com.sksamuel.avro4s:avro4s-core_2.13:4.1.1"
3838
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"
4040

4141
// presentation boiler plate
4242
implementation "com.lihaoyi:cask_2.13:0.8.0"

_includes/tutorials/transforming/kafka/code/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies {
3333
implementation 'org.slf4j:slf4j-simple:2.0.7'
3434
implementation 'io.confluent:kafka-streams-avro-serde:7.3.0'
3535
testImplementation 'junit:junit:4.13.2'
36-
testImplementation "org.testcontainers:kafka:1.17.6"
36+
testImplementation "org.testcontainers:kafka:1.18.0"
3737
}
3838

3939
test {

0 commit comments

Comments
 (0)