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 c980cfe76a [GH-2422] Bump minio version to 8.6.0 due to CVE-2025-59952
(#2423)
c980cfe76a is described below
commit c980cfe76ab4b2bc8098efe5c17985795a795882
Author: Jia Yu <[email protected]>
AuthorDate: Wed Oct 22 00:47:11 2025 -0700
[GH-2422] Bump minio version to 8.6.0 due to CVE-2025-59952 (#2423)
---
spark/common/pom.xml | 6 ++++--
spark/pom.xml | 12 ++++++++++++
spark/spark-3.4/pom.xml | 6 ++++--
spark/spark-3.5/pom.xml | 6 ++++--
spark/spark-4.0/pom.xml | 6 ++++--
5 files changed, 28 insertions(+), 8 deletions(-)
diff --git a/spark/common/pom.xml b/spark/common/pom.xml
index 7e6bb06700..1119af4f3a 100644
--- a/spark/common/pom.xml
+++ b/spark/common/pom.xml
@@ -269,8 +269,10 @@
<dependency>
<groupId>io.minio</groupId>
<artifactId>minio</artifactId>
- <version>8.5.12</version>
- <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.squareup.okhttp3</groupId>
+ <artifactId>okhttp</artifactId>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
diff --git a/spark/pom.xml b/spark/pom.xml
index bdc6147348..de91edf58a 100644
--- a/spark/pom.xml
+++ b/spark/pom.xml
@@ -110,6 +110,18 @@
<version>${scalatest.version}</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>io.minio</groupId>
+ <artifactId>minio</artifactId>
+ <version>8.6.0</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.squareup.okhttp3</groupId>
+ <artifactId>okhttp</artifactId>
+ <version>4.9.3</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
</dependencyManagement>
</project>
diff --git a/spark/spark-3.4/pom.xml b/spark/spark-3.4/pom.xml
index 172b6be041..b25ba3bb5c 100644
--- a/spark/spark-3.4/pom.xml
+++ b/spark/spark-3.4/pom.xml
@@ -147,8 +147,10 @@
<dependency>
<groupId>io.minio</groupId>
<artifactId>minio</artifactId>
- <version>8.5.12</version>
- <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.squareup.okhttp3</groupId>
+ <artifactId>okhttp</artifactId>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
diff --git a/spark/spark-3.5/pom.xml b/spark/spark-3.5/pom.xml
index a113e7299d..26a9da3ba3 100644
--- a/spark/spark-3.5/pom.xml
+++ b/spark/spark-3.5/pom.xml
@@ -147,8 +147,10 @@
<dependency>
<groupId>io.minio</groupId>
<artifactId>minio</artifactId>
- <version>8.5.12</version>
- <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.squareup.okhttp3</groupId>
+ <artifactId>okhttp</artifactId>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
diff --git a/spark/spark-4.0/pom.xml b/spark/spark-4.0/pom.xml
index 5617cba85e..ac58282770 100644
--- a/spark/spark-4.0/pom.xml
+++ b/spark/spark-4.0/pom.xml
@@ -147,8 +147,10 @@
<dependency>
<groupId>io.minio</groupId>
<artifactId>minio</artifactId>
- <version>8.5.12</version>
- <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.squareup.okhttp3</groupId>
+ <artifactId>okhttp</artifactId>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>