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

pdallig 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 3380e1f  [MINOR] Update H2 Database to 2.0.206 to address 
CVE-2021-42392 , CVE-2021-23463
3380e1f is described below

commit 3380e1f2beb203f3ad23088d61675bf96847c63e
Author: Chromico Rek <atech5...@gmail.com>
AuthorDate: Sat Jan 8 17:39:44 2022 +0400

    [MINOR] Update H2 Database to 2.0.206 to address CVE-2021-42392 , 
CVE-2021-23463
    
    https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42392
    
    https://nvd.nist.gov/vuln/detail/CVE-2021-23463
    
    Author: Chromico Rek <atech5...@gmail.com>
    
    Closes #4284 from Chromico/master and squashes the following commits:
    
    6f600309b [Chromico Rek] Update H2 to 2.0.206
---
 jdbc/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jdbc/pom.xml b/jdbc/pom.xml
index 7e4cef2..86c1f85 100644
--- a/jdbc/pom.xml
+++ b/jdbc/pom.xml
@@ -36,7 +36,7 @@
     <interpreter.name>jdbc</interpreter.name>
     <postgresql.version>9.4-1201-jdbc41</postgresql.version>
     <hadoop.version>${hadoop2.7.version}</hadoop.version>
-    <h2.version>1.4.190</h2.version>
+    <h2.version>2.0.206</h2.version>
     <commons.dbcp2.version>2.0.1</commons.dbcp2.version>
     <hive2.version>2.3.4</hive2.version>
 

Reply via email to