From b0585da9026f09ce88fda0e190f0e1430d157977 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Jul 2025 17:25:47 +0000 Subject: [PATCH] Bump org.testcontainers:testcontainers-bom from 1.21.2 to 1.21.3 Bumps [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java) from 1.21.2 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.2...1.21.3) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers-bom dependency-version: 1.21.3 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 ad6bcda3..2430721d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -27,7 +27,7 @@ spring-boot-for-docs = "4.0.0-SNAPSHOT" spring-cloud-stream = "5.0.0-SNAPSHOT" spring-retry = "2.0.12" system-lambda = "1.2.1" -testcontainers = "1.21.2" +testcontainers = "1.21.3" # plugins antora = "1.0.0" antora-yml = "0.0.1"