From 35b25e7a1e00b9a884a634c152b2dd2a1e169270 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 16:17:58 +0000 Subject: [PATCH] Bump org.testcontainers:testcontainers-bom from 1.20.1 to 1.20.2 Bumps [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java) from 1.20.1 to 1.20.2. - [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.20.1...1.20.2) --- 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 7f36b06c..ff079ce1 100644 --- a/build.gradle +++ b/build.gradle @@ -27,7 +27,7 @@ ext { awsSdkVersion = "2.28.9" springBootVersion = "3.3.4" edisonVersion = "3.3.2" - testcontainersVersion = "1.20.1" + testcontainersVersion = "1.20.2" }