From 2669cc9213716a1b98989a3442721692f8c1b3e2 Mon Sep 17 00:00:00 2001 From: jymaire Date: Tue, 22 Sep 2026 11:44:07 +0200 Subject: [PATCH] chore(deps): migrate TestContainers to 2.x testcontainers-junit-jupiter coordinate Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01P3JDyhhNg5kJCe61HyHGMG --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 63fb0134..0cc2f3b5 100644 --- a/build.gradle +++ b/build.gradle @@ -128,7 +128,7 @@ dependencies { // testcontainers testImplementation "org.testcontainers:testcontainers:2.0.5" - testImplementation "org.testcontainers:junit-jupiter:1.21.4" + testImplementation "org.testcontainers:testcontainers-junit-jupiter:2.0.5" testImplementation "io.floci:testcontainers-floci:2.16.1" }