From 6e6d9d1bbe27a5bcf7ebde1b02bd66bc92fc9612 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 17:15:05 -0500 Subject: [PATCH] Bump org.testcontainers:testcontainers-bom to 1.19.6 Bumps [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java) from 1.19.5 to 1.19.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.19.5...1.19.6) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 0e68bc3a9..0f61bcff3 100644 --- a/build.gradle +++ b/build.gradle @@ -67,7 +67,7 @@ ext { springDataVersion = '2022.0.12' springRetryVersion = '2.0.5' springVersion = project.hasProperty('springVersion') ? project.springVersion : '6.0.13' - testcontainersVersion = '1.19.5' + testcontainersVersion = '1.19.6' zstdJniVersion = '1.5.5-11' javaProjects = subprojects - project(':spring-amqp-bom')