From a9c2f3332f87a50a60aa1f48ca5b156c2641ce09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Jun 2025 14:19:37 +0000 Subject: [PATCH] build(deps): bump testcontainers from 1.21.1 to 1.21.2 Bumps `testcontainers` from 1.21.1 to 1.21.2. Updates `org.testcontainers:junit-jupiter` from 1.21.1 to 1.21.2 - [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.1...1.21.2) Updates `org.testcontainers:kafka` from 1.21.1 to 1.21.2 - [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.1...1.21.2) Updates `org.testcontainers:postgresql` from 1.21.1 to 1.21.2 - [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.1...1.21.2) Updates `org.testcontainers:vault` from 1.21.1 to 1.21.2 - [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.1...1.21.2) --- updated-dependencies: - dependency-name: org.testcontainers:junit-jupiter dependency-version: 1.21.2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.testcontainers:kafka dependency-version: 1.21.2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.testcontainers:postgresql dependency-version: 1.21.2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.testcontainers:vault dependency-version: 1.21.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 8b0af30e86..4264557106 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -36,7 +36,7 @@ rsApi = "4.0.0" swagger = "2.2.33" titanium = "1.6.0" kafkaClients = "4.0.0" -testcontainers = "1.21.1" +testcontainers = "1.21.2" tink = "1.18.0" dsp-tck = "0.1.1-SNAPSHOT" dcp-tck = "0.1.1-SNAPSHOT"