This is an automated email from the ASF dual-hosted git repository.
yihua pushed a commit to branch branch-0.x
in repository https://gitbox.apache.org/repos/asf/hudi.git
The following commit(s) were added to refs/heads/branch-0.x by this push:
new 1a26a0d5e09 [HUDI-7792] Bump h2 from 1.4.200 to 2.2.220 (#11296)
1a26a0d5e09 is described below
commit 1a26a0d5e0960f32dbcc64465be21f681d58f962
Author: Y Ethan Guo <[email protected]>
AuthorDate: Fri May 24 23:02:02 2024 -0700
[HUDI-7792] Bump h2 from 1.4.200 to 2.2.220 (#11296)
---
hudi-platform-service/hudi-metaserver/pom.xml | 2 +-
packaging/hudi-metaserver-server-bundle/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/hudi-platform-service/hudi-metaserver/pom.xml
b/hudi-platform-service/hudi-metaserver/pom.xml
index a84dcd9e8ff..71cc728d0cb 100644
--- a/hudi-platform-service/hudi-metaserver/pom.xml
+++ b/hudi-platform-service/hudi-metaserver/pom.xml
@@ -32,7 +32,7 @@
<properties>
<main.basedir>${project.parent.basedir}</main.basedir>
- <h2.version>1.4.200</h2.version>
+ <h2.version>2.2.220</h2.version>
<!-- Thrift related properties -->
<thrift.home>/usr/local</thrift.home>
<thrift.install.env>docker</thrift.install.env>
diff --git a/packaging/hudi-metaserver-server-bundle/pom.xml
b/packaging/hudi-metaserver-server-bundle/pom.xml
index 460d3a0e8bc..2722de3641a 100644
--- a/packaging/hudi-metaserver-server-bundle/pom.xml
+++ b/packaging/hudi-metaserver-server-bundle/pom.xml
@@ -30,7 +30,7 @@
<properties>
<main.basedir>${project.parent.basedir}</main.basedir>
- <h2.version>1.4.200</h2.version>
+ <h2.version>2.2.220</h2.version>
</properties>
<dependencies>