From 86d1faa2a2f7cf394c1993920a09396c65164795 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 14:43:46 +0000 Subject: [PATCH] chore(deps): bump org.testcontainers:testcontainers Bumps [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.19.1 to 1.19.7. - [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.1...1.19.7) --- 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 3ac8169..8a6c9e1 100644 --- a/build.gradle +++ b/build.gradle @@ -93,7 +93,7 @@ dependencies { // containers testImplementation "org.testcontainers:junit-jupiter:1.19.6" - testImplementation "org.testcontainers:testcontainers:1.19.1" + testImplementation "org.testcontainers:testcontainers:1.19.7" testImplementation "org.testcontainers:localstack:1.19.6" testImplementation "com.amazonaws:aws-java-sdk-s3"