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 16:06:26 UTC

[jena] branch jena1745-jackson-databind updated (3f22bdc -> 43dbb96)

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.


 discard 3f22bdc  JENA-1745: Update jackson-dadatbind version
     new 43dbb96  JENA-1745: Update jackson-databind version

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (3f22bdc)
            \
             N -- N -- N   refs/heads/jena1745-jackson-databind (43dbb96)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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.


Summary of changes:


[jena] 01/01: JENA-1745: Update jackson-databind 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 43dbb96c8a1664330ad018bebb0ed4dd6695e039
Author: Andy Seaborne <an...@apache.org>
AuthorDate: Thu Aug 29 16:59:13 2019 +0100

    JENA-1745: Update jackson-databind 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>