Skip to content

Commit a65fa20

Browse files
authored
Update test tools (#1705)
Changes: * JUnit 5.14.1 (we are still Java 8) * Testcontainers 2.0.2
1 parent 0a12781 commit a65fa20

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

maven-resolver-named-locks-redisson/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
</dependency>
117117
<dependency>
118118
<groupId>org.testcontainers</groupId>
119-
<artifactId>junit-jupiter</artifactId>
119+
<artifactId>testcontainers-junit-jupiter</artifactId>
120120
<version>${testcontainersVersion}</version>
121121
<scope>test</scope>
122122
</dependency>

maven-resolver-transport-minio/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,13 +131,13 @@
131131
</dependency>
132132
<dependency>
133133
<groupId>org.testcontainers</groupId>
134-
<artifactId>junit-jupiter</artifactId>
134+
<artifactId>testcontainers-junit-jupiter</artifactId>
135135
<version>${testcontainersVersion}</version>
136136
<scope>test</scope>
137137
</dependency>
138138
<dependency>
139139
<groupId>org.testcontainers</groupId>
140-
<artifactId>minio</artifactId>
140+
<artifactId>testcontainers-minio</artifactId>
141141
<version>${testcontainersVersion}</version>
142142
<scope>test</scope>
143143
</dependency>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
<sisuVersion>0.9.0.M4</sisuVersion>
107107
<guiceVersion>5.1.0</guiceVersion>
108108
<slf4jVersion>2.0.17</slf4jVersion>
109-
<testcontainersVersion>1.21.3</testcontainersVersion>
109+
<testcontainersVersion>2.0.2</testcontainersVersion>
110110
<bouncycastleVersion>1.83</bouncycastleVersion>
111111

112112
<!-- Used by Jetty Transport (client) and Test HTTP (server) -->
@@ -121,7 +121,7 @@
121121
<bnd.instructions.additions />
122122

123123
<!-- Parent versions -->
124-
<versions.junit5>5.13.4</versions.junit5>
124+
<versions.junit5>5.14.1</versions.junit5>
125125
</properties>
126126

127127
<dependencyManagement>

0 commit comments

Comments
 (0)