From 88599d9c2b6707523b6e328c778e29c9041d940d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 13:06:45 +0000 Subject: [PATCH] chore(deps): bump org.testcontainers:testcontainers Bumps [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.20.3 to 1.20.4. - [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.3...1.20.4) --- 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 41d70a2..30cdab6 100644 --- a/build.gradle +++ b/build.gradle @@ -98,9 +98,9 @@ dependencies { testImplementation "org.hamcrest:hamcrest-library" // containers - testImplementation "org.testcontainers:junit-jupiter:1.20.3" - testImplementation "org.testcontainers:testcontainers:1.20.3" - testImplementation "org.testcontainers:localstack:1.20.3" + testImplementation "org.testcontainers:junit-jupiter:1.20.4" + testImplementation "org.testcontainers:testcontainers:1.20.4" + testImplementation "org.testcontainers:localstack:1.20.4" testImplementation "com.amazonaws:aws-java-sdk-s3" // test