From a0c6da7e8e8a197ae0c33dd013ccaed1a5529526 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 15:34:34 +0000 Subject: [PATCH] build(deps): bump testcontainersVersion from 1.21.0 to 1.21.3 Bumps `testcontainersVersion` from 1.21.0 to 1.21.3. Updates `org.testcontainers:junit-jupiter` from 1.21.0 to 1.21.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.21.0...1.21.3) Updates `org.testcontainers:kafka` from 1.21.0 to 1.21.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.21.0...1.21.3) --- updated-dependencies: - dependency-name: org.testcontainers:junit-jupiter dependency-version: 1.21.3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.testcontainers:kafka dependency-version: 1.21.3 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 11ffbb5..d939d8a 100644 --- a/build.gradle +++ b/build.gradle @@ -47,7 +47,7 @@ ext { junit5Version = "5.12.2" kafkaVersion = "2.0.1" log4jVersion = "2.24.3" - testcontainersVersion = "1.21.0" + testcontainersVersion = "1.21.3" } distributions {