From 571c51671181b16e727386e1ed6a77730af1e625 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 May 2023 22:59:36 +0000 Subject: [PATCH] Bump org.testcontainers:kafka from 1.17.6 to 1.18.3 Bumps [org.testcontainers:kafka](https://github.com/testcontainers/testcontainers-java) from 1.17.6 to 1.18.3. - [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.3) --- 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..cc034f6 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.3" junit4Version = "4.13.2" libLogback = 'ch.qos.logback:logback-classic:1.4.1' libKafkaClient = "org.apache.kafka:kafka-clients:$kafkaClientVersion"