From 6de9884e2c291535300df709f0c75e470da8bccf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 11:15:36 +0000 Subject: [PATCH] Bump testcontainersVersion from 1.19.0 to 1.19.3 Bumps `testcontainersVersion` from 1.19.0 to 1.19.3. Updates `org.testcontainers:junit-jupiter` from 1.19.0 to 1.19.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.19.0...1.19.3) Updates `org.testcontainers:kafka` from 1.19.0 to 1.19.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.19.0...1.19.3) --- updated-dependencies: - dependency-name: org.testcontainers:junit-jupiter dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.testcontainers:kafka dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b4170b08..62ee9f27 100644 --- a/build.gradle +++ b/build.gradle @@ -135,7 +135,7 @@ ext { slf4jVersion = "1.7.36" openSearchVersion = "2.11.1" - testcontainersVersion = "1.19.0" + testcontainersVersion = "1.19.3" confluentPlatformVersion = "4.1.4" }