From be1db73b89f942a525b5a397d07c1c910b828857 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 18:05:46 +0200 Subject: [PATCH] Bump org.testcontainers:kafka from 1.20.0 to 1.20.1 (#436) Bumps [org.testcontainers:kafka](https://github.com/testcontainers/testcontainers-java) from 1.20.0 to 1.20.1. - [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.0...1.20.1) --- updated-dependencies: - dependency-name: org.testcontainers:kafka dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 62b4656a..217fc7a6 100644 --- a/build.gradle +++ b/build.gradle @@ -48,7 +48,7 @@ dependencies { testImplementation("org.mockito:mockito-core") testImplementation("org.testcontainers:junit-jupiter:1.20.0") testImplementation("org.testcontainers:testcontainers:1.20.0") - testImplementation("org.testcontainers:kafka:1.20.0") + testImplementation("org.testcontainers:kafka:1.20.1") testImplementation("org.mockito:mockito-junit-jupiter:5.13.0") testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.0") testImplementation("io.projectreactor:reactor-test")