From 98ed1a63405653058d67e0a589673a710cc2c95c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 16:23:28 +0000 Subject: [PATCH] Bump org.testcontainers:testcontainers-bom from 1.20.1 to 1.20.3 Bumps [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java) from 1.20.1 to 1.20.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.20.1...1.20.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 7f36b06c..e7c1ee82 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.3" }