You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2020/12/01 19:08:38 UTC

[jena] 01/02: Bump jackson from 2.11.3 to 2.12.0

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

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

commit c6e4bfbd432bd10f263a6266cf7f5859eda5c1ab
Author: Andy Seaborne <an...@apache.org>
AuthorDate: Tue Dec 1 19:02:38 2020 +0000

    Bump jackson from 2.11.3 to 2.12.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1bafa03..2bbe41f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -71,7 +71,7 @@
          and use that or later.
     -->
     <ver.jsonldjava>0.13.2</ver.jsonldjava>
-    <ver.jackson>2.11.3</ver.jackson>
+    <ver.jackson>2.12.0</ver.jackson>
     <ver.jackson-databind>${ver.jackson}</ver.jackson-databind>
 
     <ver.commonsio>2.8.0</ver.commonsio>