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 08:09:55 UTC

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

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 6d486c9fc9 Bump jackson-databind from 2.13.4 to 2.13.4.1 (#8005)
6d486c9fc9 is described below

commit 6d486c9fc94677bea0106728f68800e33d4ebf36
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Nov 16 16:09:47 2022 +0800

    Bump jackson-databind from 2.13.4 to 2.13.4.1 (#8005)
    
    * Bump jackson-databind from 2.13.4 to 2.13.4.1
    
    Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.13.4 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 | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 10e01afc7e..08f69ddb7c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -144,6 +144,7 @@
         <thrift.version>0.14.1</thrift.version>
         <airline.version>0.8</airline.version>
         <jackson.version>2.13.4</jackson.version>
+        <jackson.databind.version>2.13.4.1</jackson.databind.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>
@@ -254,7 +255,7 @@
             <dependency>
                 <groupId>com.fasterxml.jackson.core</groupId>
                 <artifactId>jackson-databind</artifactId>
-                <version>${jackson.version}</version>
+                <version>${jackson.databind.version}</version>
             </dependency>
             <dependency>
                 <groupId>com.fasterxml.jackson.module</groupId>