From 1956e59ca44968018dd881cf7e76ca41bb4a0dcb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Mar 2025 02:45:40 +0000 Subject: [PATCH] Bump org.testcontainers:testcontainers-bom from 1.20.5 to 1.20.6 Bumps [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java) from 1.20.5 to 1.20.6. - [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.5...1.20.6) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers-bom 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 f02e407c7c..3aaf951c20 100644 --- a/build.gradle +++ b/build.gradle @@ -66,7 +66,7 @@ ext { springDataVersion = '2025.1.0-SNAPSHOT' springRetryVersion = '2.0.11' springVersion = '7.0.0-SNAPSHOT' - testcontainersVersion = '1.20.5' + testcontainersVersion = '1.20.6' javaProjects = subprojects - project(':spring-amqp-bom') }