From f0e5b09f96986705395b1c008f1fd66314f20049 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 16:40:57 +0000 Subject: [PATCH] Bump org.testcontainers:testcontainers-bom from 1.19.4 to 1.19.7 Bumps [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java) from 1.19.4 to 1.19.7. - [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.4...1.19.7) --- 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 ca1b706e..2cc6122c 100644 --- a/build.gradle +++ b/build.gradle @@ -27,7 +27,7 @@ ext { awsSdkVersion = "2.25.41" springBootVersion = "3.2.2" edisonVersion = "3.2.0" - testcontainersVersion = "1.19.4" + testcontainersVersion = "1.19.7" }