From a580770d1946b51bc0486d980161b894a3fed2d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 18:48:38 +0000 Subject: [PATCH] build(deps): bump org.testcontainers:testcontainers from 1.21.3 to 2.0.1 Bumps [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.21.3 to 2.0.1. - [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.1) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers dependency-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index f0a6046..42d9a78 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -56,8 +56,8 @@ dependencies { testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.4") testImplementation("org.mockito:mockito-core:5.19.0") testImplementation("org.mockito:mockito-junit-jupiter:5.19.0") - testImplementation("org.testcontainers:junit-jupiter:1.21.3") - testImplementation("org.testcontainers:testcontainers:1.21.3") + testImplementation("org.testcontainers:testcontainers-junit-jupiter:2.0.1") + testImplementation("org.testcontainers:testcontainers:2.0.1") testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.4") testRuntimeOnly("org.junit.platform:junit-platform-launcher") }