This is an automated email from the ASF dual-hosted git repository.

haonan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/master by this push:
     new d3f63920531 Bump h2-mvstore to 2.3.232 (#14450)
d3f63920531 is described below

commit d3f639205316e4d3fbf0dadf77953f5d3ad11d43
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 6dc3be76131..d64067c508d 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>

Reply via email to