From e3c4e7e0b2734126e4745df29b9f0e79a1673b62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 00:09:36 +0000 Subject: [PATCH] build(deps): Bump org.testcontainers:kafka in /sample-apps/kafka-app Bumps [org.testcontainers:kafka](https://github.com/testcontainers/testcontainers-java) from 1.20.3 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.3...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] --- sample-apps/kafka-app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample-apps/kafka-app/build.gradle b/sample-apps/kafka-app/build.gradle index 759b1f36..5cdd84a3 100644 --- a/sample-apps/kafka-app/build.gradle +++ b/sample-apps/kafka-app/build.gradle @@ -12,7 +12,7 @@ dependencies { testImplementation project(':microshed-testing-testcontainers') testImplementation 'org.awaitility:awaitility:4.2.2' - testImplementation 'org.testcontainers:kafka:1.20.3' + testImplementation 'org.testcontainers:kafka:1.20.4' testImplementation 'org.slf4j:slf4j-log4j12:2.0.16' testImplementation 'org.junit.jupiter:junit-jupiter:5.11.3'