This is an automated email from the ASF dual-hosted git repository. haonan pushed a commit to branch cp_upgrade_h2 in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit f1d776b26f88eef94f567661ff6808692242ee90 Author: Haonan <[email protected]> AuthorDate: Tue Dec 17 09:35:31 2024 +0800 Bump h2-mvstore to 2.3.232 (#14450) --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index d3af4ab2238..3bafc3a9edb 100644 --- a/pom.xml +++ b/pom.xml @@ -81,6 +81,7 @@ <google.java.format.version>1.22.0</google.java.format.version> <gson.version>2.10.1</gson.version> <guava.version>32.1.2-jre</guava.version> + <h2.version>2.3.232</h2.version> <httpclient.version>4.5.14</httpclient.version> <httpcore.version>4.4.16</httpcore.version> <!-- @@ -429,6 +430,11 @@ <artifactId>moquette-broker</artifactId> <version>${moquette.version}</version> </dependency> + <dependency> + <groupId>com.h2database</groupId> + <artifactId>h2-mvstore</artifactId> + <version>${h2.version}</version> + </dependency> <dependency> <groupId>com.lmax</groupId> <artifactId>disruptor</artifactId>
