You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by do...@apache.org on 2021/09/06 21:39:01 UTC

[orc] branch main updated: ORC-987: Bump jackson.version from 2.12.4 to 2.12.5 (#898)

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

dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/orc.git


The following commit(s) were added to refs/heads/main by this push:
     new a63d778  ORC-987: Bump jackson.version from 2.12.4 to 2.12.5 (#898)
a63d778 is described below

commit a63d77837f2d6969cd0fb2ae1df4a5bb57664b4e
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Sep 6 14:38:56 2021 -0700

    ORC-987: Bump jackson.version from 2.12.4 to 2.12.5 (#898)
    
    Bumps `jackson.version` from 2.12.4 to 2.12.5.
    
    Updates `jackson-core` from 2.12.4 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.4...jackson-core-2.12.5)
    
    Updates `jackson-databind` from 2.12.4 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.4 to 2.12.5
    - [Release notes](https://github.com/FasterXML/jackson/releases)
    - [Commits](https://github.com/FasterXML/jackson/commits)
---
 java/bench/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/bench/pom.xml b/java/bench/pom.xml
index f37d1e2..211ebf2 100644
--- a/java/bench/pom.xml
+++ b/java/bench/pom.xml
@@ -37,7 +37,7 @@
     <orc.version>${project.version}</orc.version>
     <parquet.version>1.12.0</parquet.version>
     <spark.version>3.1.2</spark.version>
-    <jackson.version>2.12.4</jackson.version>
+    <jackson.version>2.12.5</jackson.version>
     <hadoop.version>3.3.1</hadoop.version>
     <junit.version>5.7.2</junit.version>
   </properties>