Skip to content

Commit 376642b

Browse files
authored
Fix doc about Testcontainers JUnit Jupiter coordinates (#11113)
Fixes #11112
1 parent 93af732 commit 376642b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/test_framework_integration/junit_5.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,13 @@ Add the following dependency to your `pom.xml`/`build.gradle` file:
7070

7171
=== "Gradle"
7272
```groovy
73-
testImplementation "org.testcontainers:junit-jupiter:{{latest_version}}"
73+
testImplementation "org.testcontainers:testcontainers-junit-jupiter:{{latest_version}}"
7474
```
7575
=== "Maven"
7676
```xml
7777
<dependency>
7878
<groupId>org.testcontainers</groupId>
79-
<artifactId>junit-jupiter</artifactId>
79+
<artifactId>testcontainers-junit-jupiter</artifactId>
8080
<version>{{latest_version}}</version>
8181
<scope>test</scope>
8282
</dependency>

0 commit comments

Comments
 (0)