Skip to content

Commit 0826410

Browse files
committed
Update testcontainers to latest version
1 parent 645a747 commit 0826410

File tree

1 file changed

+1
-21
lines changed

1 file changed

+1
-21
lines changed

chartjs-java-model/pom.xml

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050

5151
<slf4j-version>2.0.17</slf4j-version>
5252
<log4j-version>2.25.2</log4j-version>
53-
<testcontainers-version>2.0.1</testcontainers-version>
5453

5554
<!-- by default run no tests as Docker is required -->
5655
<skipTests>true</skipTests>
@@ -102,26 +101,7 @@
102101
<dependency>
103102
<groupId>org.testcontainers</groupId>
104103
<artifactId>testcontainers</artifactId>
105-
<version>${testcontainers-version}</version>
106-
<scope>test</scope>
107-
<exclusions>
108-
<!-- No JUnit 4 -->
109-
<exclusion>
110-
<groupId>junit</groupId>
111-
<artifactId>junit</artifactId>
112-
</exclusion>
113-
</exclusions>
114-
</dependency>
115-
<dependency>
116-
<groupId>software.xdev</groupId>
117-
<artifactId>testcontainers-junit4-mock</artifactId>
118-
<version>1.0.2</version>
119-
<scope>test</scope>
120-
</dependency>
121-
<dependency>
122-
<groupId>org.testcontainers</groupId>
123-
<artifactId>junit-jupiter</artifactId>
124-
<version>${testcontainers-version}</version>
104+
<version>2.0.1</version>
125105
<scope>test</scope>
126106
</dependency>
127107
<dependency>

0 commit comments

Comments
 (0)