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

jiayu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sedona.git


The following commit(s) were added to refs/heads/master by this push:
     new fdf0d195d0 [GH-2549] Upgrade Testcontainers to 2.0.2 (#2550)
fdf0d195d0 is described below

commit fdf0d195d00e39b5050d972258fbaf13616c77e4
Author: Kengo Seki <[email protected]>
AuthorDate: Thu Dec 4 02:53:00 2025 +0900

    [GH-2549] Upgrade Testcontainers to 2.0.2 (#2550)
---
 spark/common/pom.xml    | 8 ++++----
 spark/spark-3.4/pom.xml | 6 +++---
 spark/spark-3.5/pom.xml | 6 +++---
 spark/spark-4.0/pom.xml | 6 +++---
 4 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/spark/common/pom.xml b/spark/common/pom.xml
index 577604ae24..e0118c8c46 100644
--- a/spark/common/pom.xml
+++ b/spark/common/pom.xml
@@ -250,14 +250,14 @@
         </dependency>
         <dependency>
             <groupId>org.testcontainers</groupId>
-            <artifactId>minio</artifactId>
-            <version>1.20.0</version>
+            <artifactId>testcontainers-minio</artifactId>
+            <version>2.0.2</version>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.testcontainers</groupId>
-            <artifactId>mysql</artifactId>
-            <version>1.20.0</version>
+            <artifactId>testcontainers-mysql</artifactId>
+            <version>2.0.2</version>
             <scope>test</scope>
         </dependency>
         <dependency>
diff --git a/spark/spark-3.4/pom.xml b/spark/spark-3.4/pom.xml
index 176ee91f5c..aa635bce38 100644
--- a/spark/spark-3.4/pom.xml
+++ b/spark/spark-3.4/pom.xml
@@ -135,13 +135,13 @@
         <dependency>
             <groupId>org.testcontainers</groupId>
             <artifactId>testcontainers</artifactId>
-            <version>1.20.1</version>
+            <version>2.0.2</version>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.testcontainers</groupId>
-            <artifactId>minio</artifactId>
-            <version>1.20.0</version>
+            <artifactId>testcontainers-minio</artifactId>
+            <version>2.0.2</version>
             <scope>test</scope>
         </dependency>
         <dependency>
diff --git a/spark/spark-3.5/pom.xml b/spark/spark-3.5/pom.xml
index d07cc70799..15f17516f4 100644
--- a/spark/spark-3.5/pom.xml
+++ b/spark/spark-3.5/pom.xml
@@ -135,13 +135,13 @@
         <dependency>
             <groupId>org.testcontainers</groupId>
             <artifactId>testcontainers</artifactId>
-            <version>1.20.1</version>
+            <version>2.0.2</version>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.testcontainers</groupId>
-            <artifactId>minio</artifactId>
-            <version>1.20.0</version>
+            <artifactId>testcontainers-minio</artifactId>
+            <version>2.0.2</version>
             <scope>test</scope>
         </dependency>
         <dependency>
diff --git a/spark/spark-4.0/pom.xml b/spark/spark-4.0/pom.xml
index 61db024ceb..073b38e898 100644
--- a/spark/spark-4.0/pom.xml
+++ b/spark/spark-4.0/pom.xml
@@ -135,13 +135,13 @@
         <dependency>
             <groupId>org.testcontainers</groupId>
             <artifactId>testcontainers</artifactId>
-            <version>1.20.1</version>
+            <version>2.0.2</version>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.testcontainers</groupId>
-            <artifactId>minio</artifactId>
-            <version>1.20.0</version>
+            <artifactId>testcontainers-minio</artifactId>
+            <version>2.0.2</version>
             <scope>test</scope>
         </dependency>
         <dependency>

Reply via email to