From eb869fec322603bc991d024ec13caf7aecafa078 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 20:45:33 +0000 Subject: [PATCH] Bump org.testcontainers:kafka from 1.20.1 to 1.20.4 Bumps [org.testcontainers:kafka](https://github.com/testcontainers/testcontainers-java) from 1.20.1 to 1.20.4. - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.20.1...1.20.4) --- updated-dependencies: - dependency-name: org.testcontainers:kafka dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 153bf242..ca101a74 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -119,7 +119,7 @@ dependencies { // IntegrationTests testImplementation("org.testcontainers:clickhouse:1.20.3") - testImplementation("org.testcontainers:kafka:1.20.1") + testImplementation("org.testcontainers:kafka:1.20.4") testImplementation("com.squareup.okhttp3:okhttp:4.12.0") testImplementation("org.json:json:20240303") testImplementation("org.testcontainers:toxiproxy:1.20.1")