You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@parquet.apache.org by fo...@apache.org on 2023/04/17 16:23:59 UTC

[parquet-mr] branch master updated: Bump jackson.version from 2.13.4 to 2.14.2 (#1069)

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

fokko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-mr.git


The following commit(s) were added to refs/heads/master by this push:
     new 2ffe65145 Bump jackson.version from 2.13.4 to 2.14.2 (#1069)
2ffe65145 is described below

commit 2ffe65145ee0d9da07870686a300e3a7ab6b34f9
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Apr 17 18:23:54 2023 +0200

    Bump jackson.version from 2.13.4 to 2.14.2 (#1069)
    
    Bumps `jackson.version` from 2.13.4 to 2.14.2.
    
    Updates `jackson-core` from 2.13.4 to 2.14.2
    - [Release notes](https://github.com/FasterXML/jackson-core/releases)
    - [Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.13.4...jackson-core-2.14.2)
    
    Updates `jackson-annotations` from 2.13.4 to 2.14.2
    - [Release notes](https://github.com/FasterXML/jackson/releases)
    - [Commits](https://github.com/FasterXML/jackson/commits)
    
    Updates `jackson-datatype-jsr310` from 2.13.4 to 2.14.2
    
    ---
    updated-dependencies:
    - dependency-name: com.fasterxml.jackson.core:jackson-core
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: com.fasterxml.jackson.core:jackson-annotations
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    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 a73e831b1..3ffe53b69 100644
--- a/pom.xml
+++ b/pom.xml
@@ -73,7 +73,7 @@
     <jackson.groupId>com.fasterxml.jackson.core</jackson.groupId>
     <jackson.datatype.groupId>com.fasterxml.jackson.datatype</jackson.datatype.groupId>
     <jackson.package>com.fasterxml.jackson</jackson.package>
-    <jackson.version>2.13.4</jackson.version>
+    <jackson.version>2.14.2</jackson.version>
     <jackson-databind.version>2.13.4.2</jackson-databind.version>
     <japicmp.version>0.14.2</japicmp.version>
     <shade.prefix>shaded.parquet</shade.prefix>