From 83cb6e8d9be5fe0f3924907d2e5dff41a90a6ba4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 02:12:18 +0000 Subject: [PATCH] Bump org.testcontainers:testcontainers-bom from 1.20.3 to 1.20.4 Bumps [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java) from 1.20.3 to 1.20.4. - [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.3...1.20.4) --- 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 f167ef1ac..d6fd1191e 100644 --- a/build.gradle +++ b/build.gradle @@ -69,7 +69,7 @@ ext { springDataVersion = '2024.1.0' springRetryVersion = '2.0.10' springVersion = '6.2.0' - testcontainersVersion = '1.20.3' + testcontainersVersion = '1.20.4' javaProjects = subprojects - project(':spring-amqp-bom') }