From 38b7a03098a818c4abe590daff0139b543b0ca57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 May 2024 06:53:18 -0400 Subject: [PATCH] Bump org.testcontainers:testcontainers-bom from 1.19.7 to 1.19.8 (#2702) Bumps [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java) from 1.19.7 to 1.19.8. - [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.7...1.19.8) --- 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 4cba28aa53..a748754be7 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.7' + testcontainersVersion = '1.19.8' zstdJniVersion = '1.5.6-3' javaProjects = subprojects - project(':spring-amqp-bom')