This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch dev/1.3
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/dev/1.3 by this push:
new 524a01634e2 [To dev/1.3] Bump h2-mvstore to 2.3.232 & Bump
jackson-databind to 2.16.2 (#14473)
524a01634e2 is described below
commit 524a01634e2229cf8b9a4bd2a27a75cf11260d16
Author: Haonan <[email protected]>
AuthorDate: Tue Dec 17 19:57:06 2024 +0800
[To dev/1.3] Bump h2-mvstore to 2.3.232 & Bump jackson-databind to 2.16.2
(#14473)
* Bump h2-mvstore to 2.3.232 (#14450)
* Bump jackson-databind to 2.16.2
---
pom.xml | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 49a38f5b1cf..f503724062a 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>
<!--
@@ -88,7 +89,7 @@
https://github.com/apache/iotdb-bin-resources/tree/main/iotdb-tools-thrift
-->
<iotdb-tools-thrift.version>0.14.1.0</iotdb-tools-thrift.version>
- <jackson.version>2.15.4</jackson.version>
+ <jackson.version>2.16.2</jackson.version>
<!-- This is the last version to support the javax namespace -->
<jakarta.servlet-api.version>4.0.4</jakarta.servlet-api.version>
<!-- This is the last version to support the javax namespace -->
@@ -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>