From 6b01e5f92e62d3db45b9af794c37456b46108152 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 07:07:06 +0000 Subject: [PATCH] chore(deps): bump org.testcontainers:testcontainers from 2.0.4 to 2.0.5 Bumps [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) from 2.0.4 to 2.0.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/2.0.4...2.0.5) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers dependency-version: 2.0.5 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 a857fa3..e56e7a9 100644 --- a/build.gradle +++ b/build.gradle @@ -99,7 +99,7 @@ dependencies { testImplementation 'org.mockito:mockito-junit-jupiter' // testcontainers - testImplementation "org.testcontainers:testcontainers:2.0.4" + testImplementation "org.testcontainers:testcontainers:2.0.5" testImplementation "org.testcontainers:junit-jupiter:1.21.4" testImplementation "org.testcontainers:localstack:1.21.4"