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/09/16 08:14:31 UTC

[jena] branch master updated: JENA-1967: Update to jsonld-java 0.13.1

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


The following commit(s) were added to refs/heads/master by this push:
     new e62e8b3  JENA-1967: Update to jsonld-java 0.13.1
     new ce7d9c2  Merge pull request #797 from afs/jsonld-update
e62e8b3 is described below

commit e62e8b32f2a869e08b13aedc2e762944a9cc8677
Author: Andy Seaborne <an...@apache.org>
AuthorDate: Tue Sep 15 23:11:20 2020 +0100

    JENA-1967: Update to jsonld-java 0.13.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 90d0839..e862fad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -70,7 +70,7 @@
          POM for the correct dependency versions
          and use that or later.
     -->
-    <ver.jsonldjava>0.13.0</ver.jsonldjava>
+    <ver.jsonldjava>0.13.1</ver.jsonldjava>
     <ver.jackson>2.10.1</ver.jackson>
     <ver.jackson-databind>${ver.jackson}</ver.jackson-databind>