From 35b1968ad0bffa5cbf4f79c55e2013f09af6d825 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 01:12:47 +0000 Subject: [PATCH] Bump org.testcontainers:kafka in /sample-apps/kafka-app Bumps [org.testcontainers:kafka](https://github.com/testcontainers/testcontainers-java) from 1.20.1 to 1.20.2. - [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.2) --- 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 5e438dd6..55c1e5e3 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.1' + testImplementation 'org.testcontainers:kafka:1.20.2' testImplementation 'org.slf4j:slf4j-log4j12:2.0.16' testImplementation 'org.junit.jupiter:junit-jupiter:5.11.1'