Skip to content

Commit e70ee31

Browse files
Bump org.testcontainers:kafka in the dependencies group (#183)
Bumps the dependencies group with 1 update: [org.testcontainers:kafka](https://github.com/testcontainers/testcontainers-java). Updates `org.testcontainers:kafka` from 1.19.8 to 1.20.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.19.8...1.20.0) --- updated-dependencies: - dependency-name: org.testcontainers:kafka dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 557e39a commit e70ee31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ val logstashEncoderVersion = "7.4"
1212
val prometheusVersion = "0.16.0"
1313
val smCommonVersion = "2.0.8"
1414
val mockkVersion = "1.13.12"
15-
val testContainerKafkaVersion = "1.19.8"
15+
val testContainerKafkaVersion = "1.20.0"
1616
val kotlinVersion = "2.0.0"
1717
val jaxbRuntimeVersion = "2.4.0-b180830.0438"
1818
val jaxbApiVersion = "2.4.0-b180830.0359"

0 commit comments

Comments
 (0)