You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by le...@apache.org on 2021/09/13 14:58:37 UTC

[any23] branch master updated: Bump jackson.version from 2.12.2 to 2.12.5 (#174)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new db31fd6  Bump jackson.version from 2.12.2 to 2.12.5 (#174)
db31fd6 is described below

commit db31fd645c80daf73b873c02621bf83ccd21bcab
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Sep 13 07:58:29 2021 -0700

    Bump jackson.version from 2.12.2 to 2.12.5 (#174)
    
    Bumps `jackson.version` from 2.12.2 to 2.12.5.
    
    Updates `jackson-core` from 2.12.2 to 2.12.5
    - [Release notes](https://github.com/FasterXML/jackson-core/releases)
    - [Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.12.2...jackson-core-2.12.5)
    
    Updates `jackson-databind` from 2.12.2 to 2.12.5
    - [Release notes](https://github.com/FasterXML/jackson/releases)
    - [Commits](https://github.com/FasterXML/jackson/commits)
    
    Updates `jackson-annotations` from 2.12.2 to 2.12.5
    - [Release notes](https://github.com/FasterXML/jackson/releases)
    - [Commits](https://github.com/FasterXML/jackson/commits)
    
    ---
    updated-dependencies:
    - dependency-name: com.fasterxml.jackson.core:jackson-core
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: com.fasterxml.jackson.core:jackson-databind
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: com.fasterxml.jackson.core:jackson-annotations
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 66d21f4..cfa3116 100644
--- a/pom.xml
+++ b/pom.xml
@@ -273,7 +273,7 @@
     <tika.version>1.24</tika.version>
     <openie_2.11.version>4.2.6</openie_2.11.version>
     <openregex.version>1.1.1</openregex.version>
-    <jackson.version>2.12.2</jackson.version>
+    <jackson.version>2.12.5</jackson.version>
     <commons-io.version>2.6</commons-io.version>
 
     <!-- Overridden in profiles to add JDK specific arguments to surefire -->