From 99685130305301c79d252ae6e2ad52b34339f403 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 23:18:35 +0000 Subject: [PATCH] Bump org.testcontainers:testcontainers from 1.20.2 to 1.20.3 Bumps [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.20.2 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.2...1.20.3) --- 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 f8139bc..470ccea 100644 --- a/build.gradle +++ b/build.gradle @@ -25,7 +25,7 @@ wrapper { repositories { mavenLocal(); mavenCentral(); gradlePluginPortal() } dependencies { - implementation 'org.testcontainers:testcontainers:1.20.2' + implementation 'org.testcontainers:testcontainers:1.20.3' testImplementation('org.spockframework:spock-core:2.3-groovy-3.0') { exclude group: 'org.codehaus.groovy'