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

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


The following commit(s) were added to refs/heads/master by this push:
     new 341f5972749 HIVE-28693: Upgrade Atlas to 2.4.0 & spring-ldap-core to 
2.4.4 (#5597) (Basapuram Kumar, reviewed by Raghav Aggarwal and Shohei Okumiya)
341f5972749 is described below

commit 341f59727496cdda50aaa73891262e253d666a8e
Author: Basapuram Kumar <[email protected]>
AuthorDate: Mon Mar 3 12:53:19 2025 +0530

    HIVE-28693: Upgrade Atlas to 2.4.0 & spring-ldap-core to 2.4.4 (#5597) 
(Basapuram Kumar, reviewed by Raghav Aggarwal and Shohei Okumiya)
---
 pom.xml                      | 2 +-
 ql/pom.xml                   | 2 +-
 standalone-metastore/pom.xml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index f03c98ad2a3..fea82f734b9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -229,7 +229,7 @@
     <jansi.version>2.4.0</jansi.version>
     <!-- If upgrading, upgrade atlas as well in ql/pom.xml, which brings in 
some springframework dependencies transitively -->
     <spring.version>5.3.39</spring.version>
-    <spring.ldap.version>2.4.1</spring.ldap.version>
+    <spring.ldap.version>2.4.4</spring.ldap.version>
     
<project.build.outputTimestamp>2024-01-01T00:00:00Z</project.build.outputTimestamp>
   </properties>
   <repositories>
diff --git a/ql/pom.xml b/ql/pom.xml
index 9af856616b8..102f9cb409b 100644
--- a/ql/pom.xml
+++ b/ql/pom.xml
@@ -26,7 +26,7 @@
   <properties>
     <hive.path.to.root>..</hive.path.to.root>
     <reflections.version>0.10.2</reflections.version>
-    <atlas.version>2.3.0</atlas.version>
+    <atlas.version>2.4.0</atlas.version>
   </properties>
   <dependencies>
     <!-- dependencies are always listed in sorted order by groupId, artifactId 
-->
diff --git a/standalone-metastore/pom.xml b/standalone-metastore/pom.xml
index ec46a4c5c3e..6b5cb3e0e54 100644
--- a/standalone-metastore/pom.xml
+++ b/standalone-metastore/pom.xml
@@ -114,7 +114,7 @@
     <javax.annotation-api.version>1.3.2</javax.annotation-api.version>
     <!-- If upgrading, upgrade atlas as well in ql/pom.xml, which brings in 
some springframework dependencies transitively -->
     <spring.version>5.3.39</spring.version>
-    <spring.ldap.version>2.4.1</spring.ldap.version>
+    <spring.ldap.version>2.4.4</spring.ldap.version>
     <!-- Thrift properties -->
     <thrift.home>you-must-set-this-to-run-thrift</thrift.home>
     <thrift.gen.dir>${basedir}/src/gen/thrift</thrift.gen.dir>

Reply via email to