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:43 UTC

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

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>