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 2019/08/02 21:17:42 UTC

[jena] branch jackson-databind created (now 5d856fc)

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

andy pushed a change to branch jackson-databind
in repository https://gitbox.apache.org/repos/asf/jena.git.


      at 5d856fc  JENA-1738: Update jackson-databind to 2.9.9.2

This branch includes the following new commits:

     new 5d856fc  JENA-1738: Update jackson-databind to 2.9.9.2

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.



[jena] 01/01: JENA-1738: Update jackson-databind to 2.9.9.2

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

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

commit 5d856fccb0524ab27ffca7b59c4b7a9074b4a906
Author: Andy Seaborne <an...@apache.org>
AuthorDate: Fri Aug 2 22:04:15 2019 +0100

    JENA-1738: Update jackson-databind to 2.9.9.2
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 26343d9..9999fc1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -68,7 +68,7 @@
     -->
     <ver.jsonldjava>0.12.3</ver.jsonldjava>
     <ver.jackson>2.9.9</ver.jackson>
-    <ver.jackson-databind>2.9.9.1</ver.jackson-databind>
+    <ver.jackson-databind>2.9.9.2</ver.jackson-databind>
 
     <ver.commonsio>2.6</ver.commonsio>
     <ver.commonscli>1.4</ver.commonscli>