From 5c3e739c9c791c50ee4f6b52ac206af059d5259f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jan 2024 02:24:11 +0000 Subject: [PATCH] Bump org.testcontainers:testcontainers-bom from 1.19.3 to 1.19.4 (#2606) Bumps [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java) from 1.19.3 to 1.19.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.19.3...1.19.4) --- 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 9309c9d8..60045fec 100644 --- a/build.gradle +++ b/build.gradle @@ -71,7 +71,7 @@ ext { springDataVersion = '2023.1.2' springRetryVersion = '2.0.5' springVersion = '6.1.3' - testcontainersVersion = '1.19.3' + testcontainersVersion = '1.19.4' zstdJniVersion = '1.5.5-11' javaProjects = subprojects - project(':spring-amqp-bom')