From f179976fd8a74242159d7c512d864b3fe41586ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 12:24:30 +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.5. - [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.5) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 35d0619..49e924e 100644 --- a/build.gradle +++ b/build.gradle @@ -100,9 +100,9 @@ dependencies { testImplementation "org.hamcrest:hamcrest-library:2.2" // containers - testImplementation "org.testcontainers:junit-jupiter:1.19.1" - testImplementation "org.testcontainers:testcontainers:1.19.1" - testImplementation "org.testcontainers:localstack:1.19.1" + testImplementation "org.testcontainers:junit-jupiter:1.19.5" + testImplementation "org.testcontainers:testcontainers:1.19.5" + testImplementation "org.testcontainers:localstack:1.19.5" testImplementation "com.amazonaws:aws-java-sdk-s3" }