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/29 15:59:23 UTC

[jena] branch jena1745-jackson-databind created (now 3f22bdc)

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

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


      at 3f22bdc  JENA-1745: Update jackson-dadatbind version

This branch includes the following new commits:

     new 3f22bdc  JENA-1745: Update jackson-dadatbind version

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-1745: Update jackson-dadatbind version

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

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

commit 3f22bdc7aebe3fd3a552be4d85e45a69914330c4
Author: Andy Seaborne <an...@apache.org>
AuthorDate: Thu Aug 29 16:59:13 2019 +0100

    JENA-1745: Update jackson-dadatbind version
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9999fc1..2542cdd 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.2</ver.jackson-databind>
+    <ver.jackson-databind>2.9.9.3</ver.jackson-databind>
 
     <ver.commonsio>2.6</ver.commonsio>
     <ver.commonscli>1.4</ver.commonscli>