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

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


The following commit(s) were added to refs/heads/master by this push:
     new 5c435ef378 Upgraded h2 version in jdbc (#4618)
5c435ef378 is described below

commit 5c435ef37822287a895cb902b2335816ff7accae
Author: Shefali Singh <31477542+shefali...@users.noreply.github.com>
AuthorDate: Mon Jun 19 07:25:21 2023 +0530

    Upgraded h2 version in jdbc (#4618)
---
 jdbc/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jdbc/pom.xml b/jdbc/pom.xml
index 7298dd493a..ea352e4e17 100644
--- a/jdbc/pom.xml
+++ b/jdbc/pom.xml
@@ -36,7 +36,7 @@
     <interpreter.name>jdbc</interpreter.name>
     <postgresql.version>42.4.3</postgresql.version>
     <hadoop.version>${hadoop3.1.version}</hadoop.version>
-    <h2.version>2.0.206</h2.version>
+    <h2.version>2.1.210</h2.version>
     <commons.dbcp2.version>2.0.1</commons.dbcp2.version>
     <hive3.version>3.1.3</hive3.version>
 

Reply via email to