From ce6046d05d90d3ad4022ee9b9b8688d162badf15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Feb 2025 02:40:22 +0000 Subject: [PATCH] Bump org.testcontainers:testcontainers-bom from 1.20.4 to 1.20.5 Bumps [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java) from 1.20.4 to 1.20.5. - [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.20.5) --- 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 740bb41fe..63f64e1a7 100644 --- a/build.gradle +++ b/build.gradle @@ -65,7 +65,7 @@ ext { springDataVersion = '2025.1.0-SNAPSHOT' springRetryVersion = '2.0.11' springVersion = '7.0.0-SNAPSHOT' - testcontainersVersion = '1.20.4' + testcontainersVersion = '1.20.5' javaProjects = subprojects - project(':spring-amqp-bom') }