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