From 9622c1a88cffa79691f71dd43555293dc7999f7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 15:34:19 +0000 Subject: [PATCH] build(deps): bump testcontainersVersion from 1.20.4 to 1.21.0 Bumps `testcontainersVersion` from 1.20.4 to 1.21.0. Updates `org.testcontainers:junit-jupiter` from 1.20.4 to 1.21.0 - [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.20.4...1.21.0) Updates `org.testcontainers:kafka` from 1.20.4 to 1.21.0 - [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.20.4...1.21.0) --- updated-dependencies: - dependency-name: org.testcontainers:junit-jupiter dependency-version: 1.21.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.testcontainers:kafka dependency-version: 1.21.0 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 2008f1e..8ed03da 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.20.4" + testcontainersVersion = "1.21.0" } distributions {