From 6dc10a53abc479ac1507e5bbe300a33aac7c5d3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 22:02:18 +0000 Subject: [PATCH] build(deps): bump org.testcontainers:testcontainers from 1.21.3 to 2.0.0 Bumps [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.21.3 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.21.3...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 1073d480..e4f66a46 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -50,7 +50,7 @@ dependencies { testImplementation("junit:junit:4.13.2") testImplementation("commons-io:commons-io:2.20.0") testImplementation("commons-codec:commons-codec:1.19.0") - testImplementation("org.testcontainers:testcontainers:1.21.3") + testImplementation("org.testcontainers:testcontainers:2.0.0") testImplementation("org.jetbrains:annotations:26.0.2") testImplementation("ch.qos.logback:logback-classic:1.5.18") testImplementation("org.hamcrest:hamcrest:3.0")