You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by vi...@apache.org on 2023/02/01 19:38:33 UTC

[ambari] branch AMBARI-25850-branch-2.7.7 created (now 8e9a3ab4b2)

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

vishalsuvagia pushed a change to branch AMBARI-25850-branch-2.7.7
in repository https://gitbox.apache.org/repos/asf/ambari.git


      at 8e9a3ab4b2 AMBARI-25850 : Need to update com.h2database:h2 dependency

This branch includes the following new commits:

     new 8e9a3ab4b2 AMBARI-25850 : Need to update com.h2database:h2 dependency

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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


[ambari] 01/01: AMBARI-25850 : Need to update com.h2database:h2 dependency

Posted by vi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 8e9a3ab4b28e0bb13b7fb7f61c3b3d5c656f8d12
Author: Vishal Suvagia <vi...@apache.org>
AuthorDate: Thu Feb 2 01:07:22 2023 +0530

    AMBARI-25850 : Need to update com.h2database:h2 dependency
    
    Issue:
    Need to update com.h2database:h2 dependency
    
    Changes:
    Updated com.h2database:h2 dependency to latest available version.
---
 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