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

hongze pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git


The following commit(s) were added to refs/heads/main by this push:
     new 84f040f5fd [GLUTEN-10875][CH] Bump io.minio:minio from 8.5.9 to 8.6.0 
in /backends-clickhouse (#10884)
84f040f5fd is described below

commit 84f040f5fd57e3940bfba17713dd55ba47287224
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Oct 15 11:25:51 2025 +0100

    [GLUTEN-10875][CH] Bump io.minio:minio from 8.5.9 to 8.6.0 in 
/backends-clickhouse (#10884)
    
    Closes #10875
---
 NOTICE-binary               | 5 +++++
 backends-clickhouse/pom.xml | 8 +++++++-
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/NOTICE-binary b/NOTICE-binary
index 9057ec0fc1..a8ee302bcb 100644
--- a/NOTICE-binary
+++ b/NOTICE-binary
@@ -73,6 +73,11 @@ Copyright 2016-2025 ClickHouse, Inc.
 
 ---------------------------------------------------------
 
+OkHttp
+Copyright 2019 Square, Inc.
+
+---------------------------------------------------------
+
 This project includes code from Daniel Lemire's FrameOfReference project.
 
 
https://github.com/lemire/FrameOfReference/blob/6ccaf9e97160f9a3b299e23a8ef739e711ef0c71/src/bpacking.cpp
diff --git a/backends-clickhouse/pom.xml b/backends-clickhouse/pom.xml
index c15d8249af..b1ca75609e 100644
--- a/backends-clickhouse/pom.xml
+++ b/backends-clickhouse/pom.xml
@@ -244,7 +244,13 @@
     <dependency>
       <groupId>io.minio</groupId>
       <artifactId>minio</artifactId>
-      <version>8.5.9</version>
+      <version>8.6.0</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.squareup.okhttp3</groupId>
+      <artifactId>okhttp-jvm</artifactId>
+      <version>5.2.1</version>
       <scope>test</scope>
     </dependency>
     <dependency>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to