This is an automated email from the ASF dual-hosted git repository.
sivabalan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git
The following commit(s) were added to refs/heads/master by this push:
new a0d60d98976 Bump h2 in /hudi-platform-service/hudi-metaserver (#9147)
a0d60d98976 is described below
commit a0d60d98976d53958e1e04352d2b3b714c395e9c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri May 24 18:23:14 2024 -0700
Bump h2 in /hudi-platform-service/hudi-metaserver (#9147)
Bumps [h2](https://github.com/h2database/h2database) from 1.4.200 to
2.2.220.
- [Release notes](https://github.com/h2database/h2database/releases)
-
[Commits](https://github.com/h2database/h2database/compare/version-1.4.200...version-2.2.220)
---
updated-dependencies:
- dependency-name: com.h2database:h2
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
hudi-platform-service/hudi-metaserver/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hudi-platform-service/hudi-metaserver/pom.xml
b/hudi-platform-service/hudi-metaserver/pom.xml
index 38b25533fe5..b42a229fbd0 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>