From 90675e1dd7e8033bb7e479bf0d3bcfeb939f06e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 16:37:03 +0000 Subject: [PATCH] Bump org.testcontainers:testcontainers-bom from 1.19.1 to 1.19.3 Bumps [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java) from 1.19.1 to 1.19.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.19.1...1.19.3) --- 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 b9c704d91a..f181de80e6 100644 --- a/build.gradle +++ b/build.gradle @@ -71,7 +71,7 @@ ext { springDataVersion = '2023.1.0' springRetryVersion = '2.0.4' springVersion = project.hasProperty('springVersion') ? project.springVersion : '6.1.0' - testcontainersVersion = '1.19.1' + testcontainersVersion = '1.19.3' zstdJniVersion = '1.5.0-2' javaProjects = subprojects - project(':spring-amqp-bom')