From 064774a72b72397624e409909ecd8d70c0255b4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jun 2025 15:12:15 +0000 Subject: [PATCH] build(deps): bump testcontainersVersion from 1.21.0 to 1.21.1 Bumps `testcontainersVersion` from 1.21.0 to 1.21.1. Updates `org.testcontainers:junit-jupiter` from 1.21.0 to 1.21.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.21.0...1.21.1) Updates `org.testcontainers:kafka` from 1.21.0 to 1.21.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.21.0...1.21.1) --- updated-dependencies: - dependency-name: org.testcontainers:junit-jupiter dependency-version: 1.21.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.testcontainers:kafka dependency-version: 1.21.1 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..f508bed 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.1" } distributions {