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

dongjoon pushed a commit to branch branch-3.4
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/branch-3.4 by this push:
     new e5293c7c6add [SPARK-44393][BUILD] Upgrade `H2` from 2.1.214 to 2.2.220
e5293c7c6add is described below

commit e5293c7c6add337f8222558cca61ff55c96c526c
Author: Bjørn Jørgensen <bjornjorgen...@gmail.com>
AuthorDate: Thu Jul 13 10:31:44 2023 +0900

    [SPARK-44393][BUILD] Upgrade `H2` from 2.1.214 to 2.2.220
    
    ### What changes were proposed in this pull request?
    Upgrade H2 from 2.1.214 to 2.2.220
    
    [Changelog](https://www.h2database.com/html/changelog.html)
    
    ### Why are the changes needed?
    [CVE-2022-45868](https://nvd.nist.gov/vuln/detail/CVE-2022-45868)
    
    The following change in the release note fixes the CVE.
    
[581ed18](https://github.com/h2database/h2database/commit/581ed18ff9d6b3761d851620ed88a3994a351a0d)
 Merge pull request 
[#3833](https://redirect.github.com/h2database/h2database/issues/3833) from 
katzyn/password
    
    ### Does this PR introduce _any_ user-facing change?
    No.
    
    ### How was this patch tested?
    Pass GA
    
    Closes #41963 from bjornjorgensen/h2-2.2.220.
    
    Authored-by: Bjørn Jørgensen <bjornjorgen...@gmail.com>
    Signed-off-by: Hyukjin Kwon <gurwls...@apache.org>
---
 connector/connect/server/pom.xml | 2 +-
 sql/core/pom.xml                 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/connector/connect/server/pom.xml b/connector/connect/server/pom.xml
index 40d05f585ae2..c6e1e99bc2c5 100644
--- a/connector/connect/server/pom.xml
+++ b/connector/connect/server/pom.xml
@@ -218,7 +218,7 @@
     <dependency>
       <groupId>com.h2database</groupId>
       <artifactId>h2</artifactId>
-      <version>2.1.214</version>
+      <version>2.2.220</version>
       <scope>test</scope>
     </dependency>
   </dependencies>
diff --git a/sql/core/pom.xml b/sql/core/pom.xml
index d44ac00f9734..b6e8aa4195ef 100644
--- a/sql/core/pom.xml
+++ b/sql/core/pom.xml
@@ -160,7 +160,7 @@
     <dependency>
       <groupId>com.h2database</groupId>
       <artifactId>h2</artifactId>
-      <version>2.1.214</version>
+      <version>2.2.220</version>
       <scope>test</scope>
     </dependency>
     <dependency>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to