Update test tools (#1705)
Changes:
* JUnit 5.14.1 (we are still Java 8)
* Testcontainers 2.0.2
diff --git a/maven-resolver-named-locks-redisson/pom.xml b/maven-resolver-named-locks-redisson/pom.xml
index 0e3039a..a37e5d7 100644
--- a/maven-resolver-named-locks-redisson/pom.xml
+++ b/maven-resolver-named-locks-redisson/pom.xml
@@ -116,7 +116,7 @@
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
- <artifactId>junit-jupiter</artifactId>
+ <artifactId>testcontainers-junit-jupiter</artifactId>
<version>${testcontainersVersion}</version>
<scope>test</scope>
</dependency>
diff --git a/maven-resolver-transport-minio/pom.xml b/maven-resolver-transport-minio/pom.xml
index 1b491ca..9a1632b 100644
--- a/maven-resolver-transport-minio/pom.xml
+++ b/maven-resolver-transport-minio/pom.xml
@@ -131,13 +131,13 @@
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
- <artifactId>junit-jupiter</artifactId>
+ <artifactId>testcontainers-junit-jupiter</artifactId>
<version>${testcontainersVersion}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
- <artifactId>minio</artifactId>
+ <artifactId>testcontainers-minio</artifactId>
<version>${testcontainersVersion}</version>
<scope>test</scope>
</dependency>
diff --git a/pom.xml b/pom.xml
index cbe9824..88d3b3b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -106,7 +106,7 @@
<sisuVersion>0.9.0.M4</sisuVersion>
<guiceVersion>5.1.0</guiceVersion>
<slf4jVersion>2.0.17</slf4jVersion>
- <testcontainersVersion>1.21.3</testcontainersVersion>
+ <testcontainersVersion>2.0.2</testcontainersVersion>
<bouncycastleVersion>1.83</bouncycastleVersion>
<!-- Used by Jetty Transport (client) and Test HTTP (server) -->
@@ -121,7 +121,7 @@
<bnd.instructions.additions />
<!-- Parent versions -->
- <versions.junit5>5.13.4</versions.junit5>
+ <versions.junit5>5.14.1</versions.junit5>
</properties>
<dependencyManagement>