Skip to content

Commit 69f4676

Browse files
committed
Update test containers to 1.21.4
The dummy junit code is no longer needed as testcontainers/testcontainers-java#970 has been fixed.
1 parent 53c80cf commit 69f4676

4 files changed

Lines changed: 1 addition & 33 deletions

File tree

pom.xml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -161,14 +161,8 @@
161161
<dependency>
162162
<groupId>org.testcontainers</groupId>
163163
<artifactId>junit-jupiter</artifactId>
164-
<version>1.19.3</version>
164+
<version>1.21.4</version>
165165
<scope>test</scope>
166-
<exclusions>
167-
<exclusion>
168-
<groupId>junit</groupId>
169-
<artifactId>junit</artifactId>
170-
</exclusion>
171-
</exclusions>
172166
</dependency>
173167
<dependency>
174168
<groupId>io.netty</groupId> <!-- Need for running tests on mac -->

src/test/java/org/junit/rules/ExternalResource.java

Lines changed: 0 additions & 8 deletions
This file was deleted.

src/test/java/org/junit/rules/TestRule.java

Lines changed: 0 additions & 9 deletions
This file was deleted.

src/test/java/org/junit/runners/model/Statement.java

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)