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

yiguolei pushed a commit to branch branch-4.0
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-4.0 by this push:
     new aef3b630a61 branch-4.0: [chore](dep)Upgrade ranger to 2.7.0 #57514 
(#57557)
aef3b630a61 is described below

commit aef3b630a613e25433f5f28e7f191aaf824207fa
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Nov 5 09:47:47 2025 +0800

    branch-4.0: [chore](dep)Upgrade ranger to 2.7.0 #57514 (#57557)
    
    Cherry-picked from #57514
    
    Co-authored-by: Calvin Kirs <[email protected]>
---
 fe/fe-core/pom.xml | 4 ++++
 fe/pom.xml         | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/fe/fe-core/pom.xml b/fe/fe-core/pom.xml
index 18a8e9f739f..2980544de64 100644
--- a/fe/fe-core/pom.xml
+++ b/fe/fe-core/pom.xml
@@ -702,6 +702,10 @@ under the License.
             <groupId>com.zaxxer</groupId>
             <artifactId>HikariCP</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.apache.kafka</groupId>
+            <artifactId>kafka-clients</artifactId>
+        </dependency>
 
         <dependency>
             <groupId>com.qcloud</groupId>
diff --git a/fe/pom.xml b/fe/pom.xml
index f0d0e579af2..92200c9883f 100644
--- a/fe/pom.xml
+++ b/fe/pom.xml
@@ -356,13 +356,13 @@ under the License.
         <orc.version>1.8.4</orc.version>
         <zookeeper.version>3.9.3</zookeeper.version>
         <velocity-engine-core.version>2.4</velocity-engine-core.version>
-        <ranger-plugins-common.version>2.4.0</ranger-plugins-common.version>
+        <ranger-plugins-common.version>2.7.0</ranger-plugins-common.version>
         <bcprov-jdk15on.version>1.70</bcprov-jdk15on.version>
         <woodstox.version>6.5.1</woodstox.version>
         <kerby.version>2.0.3</kerby.version>
         <jettison.version>1.5.4</jettison.version>
         <jetty.version>9.4.57.v20241219</jetty.version>
-        <immutables.version>2.9.3</immutables.version>
+        <immutables.version>2.9.3</immutables.version> 
         <ivy.version>2.5.2</ivy.version>
         <icu4j.version>75.1</icu4j.version>
         <ini4j.version>0.5.4</ini4j.version>


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

Reply via email to