You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by le...@apache.org on 2020/09/21 01:20:36 UTC

[any23] branch master updated: ANY23-453 Upgrade jsonld-java to 0.13.1

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

lewismc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/any23.git


The following commit(s) were added to refs/heads/master by this push:
     new 5daf5dd  ANY23-453 Upgrade jsonld-java to 0.13.1
     new 358f5c4  Merge pull request #160 from lewismc/ANY23-453
5daf5dd is described below

commit 5daf5dd5b27390685d4cadbbd5dcabf79adb1076
Author: Lewis John McGibbney <le...@gmail.com>
AuthorDate: Sun Sep 20 18:19:08 2020 -0700

    ANY23-453 Upgrade jsonld-java to 0.13.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 558afb3..ba9929f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -509,7 +509,7 @@
       <dependency>
         <groupId>com.github.jsonld-java</groupId>
         <artifactId>jsonld-java</artifactId>
-        <version>0.13.0</version>
+        <version>0.13.1</version>
       </dependency>
       <dependency>
         <groupId>org.semarglproject</groupId>