From 56b898b3e26a606c46cc9a31d8ae733c23db9ae3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 May 2023 22:59:33 +0000 Subject: [PATCH] Bump org.testcontainers:kafka from 1.17.6 to 1.18.2 Bumps [org.testcontainers:kafka](https://github.com/testcontainers/testcontainers-java) from 1.17.6 to 1.18.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.17.6...1.18.2) --- updated-dependencies: - dependency-name: org.testcontainers:kafka dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 980f07d..963ea80 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { ext { kafkaClientVersion = "3.4.0" proxyBaseVersion = "0.0.16" - testContainersVersion = "1.17.6" + testContainersVersion = "1.18.2" junit4Version = "4.13.2" libLogback = 'ch.qos.logback:logback-classic:1.4.1' libKafkaClient = "org.apache.kafka:kafka-clients:$kafkaClientVersion"