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 05fa2f347 [INLONG-6777][CVE] Bump com.h2database.h2 to 2.1.214 (#6778)
05fa2f347 is described below
commit 05fa2f347d11ef5d701c7756978fe5b9ec1c1a1e
Author: Charles Zhang <[email protected]>
AuthorDate: Wed Dec 7 21:58:04 2022 +0800
[INLONG-6777][CVE] Bump com.h2database.h2 to 2.1.214 (#6778)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index ab939b419..d9e9dd0b8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -91,7 +91,7 @@
<pagehelper.springboot.version>1.4.2</pagehelper.springboot.version>
<pagehelper.version>5.3.1</pagehelper.version>
- <h2.version>2.1.210</h2.version>
+ <h2.version>2.1.214</h2.version>
<h2.mysql.version>2.0.0</h2.mysql.version>
<debezium.version>1.8.0.Final</debezium.version>
<rocksdb.version>6.14.6</rocksdb.version>