This is an automated email from the ASF dual-hosted git repository.
morrysnow pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-3.1 by this push:
new d1760f171c8 branch-3.1: [chore](dep)Upgrade ranger to 2.7.0 #57514
(#57556)
d1760f171c8 is described below
commit d1760f171c876af133242c1cc48d7371acf9e12c
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Nov 3 11:16:42 2025 +0800
branch-3.1: [chore](dep)Upgrade ranger to 2.7.0 #57514 (#57556)
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 7fced3d51d8..cebaa1621f2 100644
--- a/fe/fe-core/pom.xml
+++ b/fe/fe-core/pom.xml
@@ -708,6 +708,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 cf0bb46f3a3..002955b8394 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]