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 <vishalsuva...@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-unsubscr...@ambari.apache.org For additional commands, e-mail: commits-h...@ambari.apache.org