You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2022/11/16 06:14:58 UTC

[iotdb] branch master updated: Bump jackson-databind from 2.10.5 to 2.13.4.1 (#7986)

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 b5d9068596 Bump jackson-databind from 2.10.5 to 2.13.4.1 (#7986)
b5d9068596 is described below

commit b5d90685964028a9fe7f3b95c4db1e23f8495f5d
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Nov 16 14:14:53 2022 +0800

    Bump jackson-databind from 2.10.5 to 2.13.4.1 (#7986)
    
    * Bump jackson-databind from 2.10.5 to 2.13.4.1
    
    Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.10.5 to 2.13.4.1.
    - [Release notes](https://github.com/FasterXML/jackson/releases)
    - [Commits](https://github.com/FasterXML/jackson/commits)
    
    ---
    updated-dependencies:
    - dependency-name: com.fasterxml.jackson.core:jackson-databind
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    * Update pom.xml
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
    Co-authored-by: Haonan <hh...@outlook.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6517cab33a..10e01afc7e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -143,7 +143,7 @@
         <!-- keep consistent with client-cpp/tools/thrift/pom.xml-->
         <thrift.version>0.14.1</thrift.version>
         <airline.version>0.8</airline.version>
-        <jackson.version>2.10.5</jackson.version>
+        <jackson.version>2.13.4</jackson.version>
         <antlr4.version>4.8-1</antlr4.version>
         <common.cli.version>1.3.1</common.cli.version>
         <common.codec.version>1.13</common.codec.version>