This is an automated email from the ASF dual-hosted git repository. haonan pushed a commit to branch upgrade_jackson_version in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 8107cc4223a40d334af01cc729b2106767e7ffa3 Author: HTHou <[email protected]> AuthorDate: Fri Dec 13 16:32:24 2024 +0800 Bump jackson-databind to 2.16.2 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 112468fa607..da51a20417d 100644 --- a/pom.xml +++ b/pom.xml @@ -88,7 +88,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 -->
