From 75440b12c23bf5289b570f51e17d6b869eba765d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 22:06:32 +0000 Subject: [PATCH] deps(upgrade): bump org.testcontainers:testcontainers Bumps [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.20.6 to 2.0.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.20.6...2.0.0) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index f26ce64b..1409058e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -106,7 +106,7 @@ dependencies { testImplementation("org.mockito:mockito-core:4.11.0") testImplementation("org.mockito:mockito-inline:4.11.0") testImplementation("org.mockito:mockito-junit-jupiter:4.11.0") - testImplementation("org.testcontainers:testcontainers:1.20.6") + testImplementation("org.testcontainers:testcontainers:2.0.0") testImplementation("org.assertj:assertj-core:3.27.6") }