From 0a6df7b748156c85df6f8b1cc6735b9b236d6c52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 16:41:30 +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 4c992d9994..5c15e4679f 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.5-11' javaProjects = subprojects - project(':spring-amqp-bom')