This is an automated email from the ASF dual-hosted git repository.

cstamas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-mvnd.git


The following commit(s) were added to refs/heads/master by this push:
     new 904a584e Upgrade to Testcontainers 2.x; align GH Actions OS labels 
(#1489)
904a584e is described below

commit 904a584eba5d06e6059169849afdcae758d1a9fb
Author: Tamas Cservenak <[email protected]>
AuthorDate: Tue Dec 9 11:34:16 2025 +0100

    Upgrade to Testcontainers 2.x; align GH Actions OS labels (#1489)
    
    Changes:
    * upgrade to testcontainers 2.x
    * align macOS to 15
---
 .github/workflows/early-access.yaml | 2 +-
 .github/workflows/release.yaml      | 2 +-
 integration-tests/pom.xml           | 2 +-
 pom.xml                             | 4 ++--
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/early-access.yaml 
b/.github/workflows/early-access.yaml
index 65c2cead..450f4a43 100644
--- a/.github/workflows/early-access.yaml
+++ b/.github/workflows/early-access.yaml
@@ -80,7 +80,7 @@ jobs:
       fail-fast: false
       matrix:
         # binaries wanted: linux amd64, mac M1, mac intel, windows x86
-        os: [ ubuntu-latest, macos-latest, macos-15-intel, windows-latest ]
+        os: [ ubuntu-24.04, macos-15, macos-15-intel, windows-2025 ]
         arch: [ x64, arm64 ]
         exclude:
           - os: macos-latest
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index 2a2d5b31..350472ec 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -35,7 +35,7 @@ jobs:
       fail-fast: true
       matrix:
         # binaries wanted
-        os: [ ubuntu-latest, macos-latest, macos-15-intel, windows-latest ]
+        os: [ ubuntu-24.04, macos-15, macos-15-intel, windows-2025 ]
         arch: [ x64, arm64 ]
         exclude:
           - os: macos-latest
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml
index 5fa88296..f5cf4680 100644
--- a/integration-tests/pom.xml
+++ b/integration-tests/pom.xml
@@ -81,7 +81,7 @@
     </dependency>
     <dependency>
       <groupId>org.testcontainers</groupId>
-      <artifactId>junit-jupiter</artifactId>
+      <artifactId>testcontainers-junit-jupiter</artifactId>
       <scope>test</scope>
     </dependency>
   </dependencies>
diff --git a/pom.xml b/pom.xml
index e9852777..f9351806 100644
--- a/pom.xml
+++ b/pom.xml
@@ -106,7 +106,7 @@
     <plexus-interactivity-api.version>1.5.1</plexus-interactivity-api.version>
     <roaster.version>2.30.3.Final</roaster.version>
     <takari-smart-builder.version>1.1.0</takari-smart-builder.version>
-    <testcontainers.version>1.21.3</testcontainers.version>
+    <testcontainers.version>2.0.2</testcontainers.version>
     <xstream.version>1.4.21</xstream.version>
 
     <!-- from parent -->
@@ -395,7 +395,7 @@
       </dependency>
       <dependency>
         <groupId>org.testcontainers</groupId>
-        <artifactId>junit-jupiter</artifactId>
+        <artifactId>testcontainers-junit-jupiter</artifactId>
         <version>${testcontainers.version}</version>
       </dependency>
     </dependencies>

Reply via email to