You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by br...@apache.org on 2023/03/25 16:02:54 UTC

[ambari] branch branch-2.7.7 updated: AMBARI-25850 : Need to update com.h2database:h2 dependency (#3638)

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

brahma pushed a commit to branch branch-2.7.7
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/branch-2.7.7 by this push:
     new 24f5862c00 AMBARI-25850 : Need to update com.h2database:h2 dependency (#3638)
24f5862c00 is described below

commit 24f5862c00b8dc64ea256e206311840987a401d8
Author: Vishal Suvagia <vi...@users.noreply.github.com>
AuthorDate: Sat Mar 25 21:32:46 2023 +0530

    AMBARI-25850 : Need to update com.h2database:h2 dependency (#3638)
    
    Issue:
    Need to update com.h2database:h2 dependency
    
    Changes:
    Updated com.h2database:h2 dependency to latest available version.
    
    Co-authored-by: Vishal Suvagia <vi...@apache.org>
    Signed-off-by: Brahma Reddy Battula <br...@apache.org>,Virajjasani
---
 ambari-server/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ambari-server/pom.xml b/ambari-server/pom.xml
index 5c71799608..28db0d2239 100644
--- a/ambari-server/pom.xml
+++ b/ambari-server/pom.xml
@@ -1205,7 +1205,7 @@
     <dependency>
       <groupId>com.h2database</groupId>
       <artifactId>h2</artifactId>
-      <version>1.4.193</version>
+      <version>2.1.214</version>
     </dependency>
     <dependency>
       <groupId>org.springframework.security</groupId>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@ambari.apache.org
For additional commands, e-mail: commits-help@ambari.apache.org