From 6ec87c4b70f8a324a072ddd9341de261ca2e0ced Mon Sep 17 00:00:00 2001 From: Raimund Klein <770876+Chessray@users.noreply.github.com> Date: Wed, 15 Oct 2025 08:49:01 +0100 Subject: [PATCH] Fixes #11112 --- docs/test_framework_integration/junit_5.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/test_framework_integration/junit_5.md b/docs/test_framework_integration/junit_5.md index 8f3c21372dd..883adc90af9 100644 --- a/docs/test_framework_integration/junit_5.md +++ b/docs/test_framework_integration/junit_5.md @@ -70,13 +70,13 @@ Add the following dependency to your `pom.xml`/`build.gradle` file: === "Gradle" ```groovy - testImplementation "org.testcontainers:junit-jupiter:{{latest_version}}" + testImplementation "org.testcontainers:testcontainers-junit-jupiter:{{latest_version}}" ``` === "Maven" ```xml org.testcontainers - junit-jupiter + testcontainers-junit-jupiter {{latest_version}} test