From 90d88c0af0f4e46909672b505e3a462f1f627ce0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 03:21:09 +0000 Subject: [PATCH] Bump org.testcontainers:testcontainers in /testing/testcontainers/java Bumps [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.19.8 to 1.20.0. - [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.8...1.20.0) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- testing/testcontainers/java/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/testing/testcontainers/java/build.gradle b/testing/testcontainers/java/build.gradle index a23317c3..807f724e 100644 --- a/testing/testcontainers/java/build.gradle +++ b/testing/testcontainers/java/build.gradle @@ -26,9 +26,9 @@ dependencies { implementation 'org.slf4j:slf4j-simple:2.0.13' testImplementation 'junit:junit:4.13.2' testImplementation "org.assertj:assertj-core:3.26.3" - testImplementation 'org.testcontainers:testcontainers:1.19.8' - testImplementation 'org.testcontainers:cratedb:1.19.8' - testImplementation 'org.testcontainers:postgresql:1.19.8' + testImplementation 'org.testcontainers:testcontainers:1.20.0' + testImplementation 'org.testcontainers:cratedb:1.20.0' + testImplementation 'org.testcontainers:postgresql:1.20.0' } java {