From b2a25dc60c6c49b5e18be73511197039ba041895 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 21:26:35 +0000 Subject: [PATCH] build(deps): bump org.testcontainers:testcontainers Bumps [org.testcontainers:testcontainers](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 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 4874dad7..ee9f340f 100644 --- a/build.gradle +++ b/build.gradle @@ -133,7 +133,7 @@ testing { implementation project implementation 'org.testcontainers:junit-jupiter:1.20.2' implementation 'org.testcontainers:localstack:1.20.2' - implementation 'org.testcontainers:testcontainers:1.20.1' + implementation 'org.testcontainers:testcontainers:1.20.2' } } withType(JvmTestSuite).configureEach {