You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by mg...@apache.org on 2022/04/13 19:04:34 UTC

[avro] branch avro-3487-bump-jackson-to-2.12.6.1 created (now 53d236316)

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

mgrigorov pushed a change to branch avro-3487-bump-jackson-to-2.12.6.1
in repository https://gitbox.apache.org/repos/asf/avro.git


      at 53d236316 AVRO-3487: Update Jackson to 2.12.6.1

This branch includes the following new commits:

     new 53d236316 AVRO-3487: Update Jackson to 2.12.6.1

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[avro] 01/01: AVRO-3487: Update Jackson to 2.12.6.1

Posted by mg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mgrigorov pushed a commit to branch avro-3487-bump-jackson-to-2.12.6.1
in repository https://gitbox.apache.org/repos/asf/avro.git

commit 53d2363165d32ade50df1dd3054ffa147538efd9
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
AuthorDate: Wed Apr 13 22:04:07 2022 +0300

    AVRO-3487: Update Jackson to 2.12.6.1
    
    Signed-off-by: Martin Tzvetanov Grigorov <mg...@apache.org>
---
 lang/java/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lang/java/pom.xml b/lang/java/pom.xml
index 4124a0785..d7cbe3f09 100644
--- a/lang/java/pom.xml
+++ b/lang/java/pom.xml
@@ -38,7 +38,7 @@
 
     <!-- version properties for dependencies -->
     <hadoop.version>3.3.2</hadoop.version>
-    <jackson.version>2.12.5</jackson.version>
+    <jackson.version>2.12.6.1</jackson.version>
     <servlet-api.version>4.0.1</servlet-api.version>
     <jetty.version>9.4.46.v20220331</jetty.version>
     <jopt-simple.version>5.0.4</jopt-simple.version>