This is an automated email from the ASF dual-hosted git repository.
dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git
The following commit(s) were added to refs/heads/master by this push:
new 6660e6bffd [INLONG-8478][CVE] Upgrade com.h2database:h2 to version
2.2.220 (#8482)
6660e6bffd is described below
commit 6660e6bffd74add99519ca4cbac37c01b977a91e
Author: megru <[email protected]>
AuthorDate: Mon Jul 10 16:08:53 2023 +0800
[INLONG-8478][CVE] Upgrade com.h2database:h2 to version 2.2.220 (#8482)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 5e051fd6f9..1444636377 100644
--- a/pom.xml
+++ b/pom.xml
@@ -93,7 +93,7 @@
<pagehelper.version>5.3.1</pagehelper.version>
<jsqlparser.version>4.6</jsqlparser.version>
- <h2.version>2.1.214</h2.version>
+ <h2.version>2.2.220</h2.version>
<h2.mysql.version>2.0.0</h2.mysql.version>
<rocksdb.version>6.29.4.1</rocksdb.version>
<redis-replicator.version>3.6.4</redis-replicator.version>