@@ -16,7 +16,7 @@ From Maven
1616 <dependency>
1717 <groupId>com.github.jsonld-java</groupId>
1818 <artifactId>jsonld-java</artifactId>
19- <version>0.12.5 </version>
19+ <version>0.13.0 </version>
2020 </dependency>
2121
2222Code example
@@ -323,11 +323,11 @@ Here is the basic outline for what your module's pom.xml should look like
323323 <parent >
324324 <groupId >com.github.jsonld-java</groupId >
325325 <artifactId >jsonld-java-parent</artifactId >
326- <version >0.12.5 </version >
326+ <version >0.13.0 </version >
327327 </parent >
328328 <modelVersion >4.0.0</modelVersion >
329329 <artifactId >jsonld-java-{your module}</artifactId >
330- <version >0.12.5 -SNAPSHOT</version >
330+ <version >0.13.0 -SNAPSHOT</version >
331331 <name >JSONLD Java :: {your module name}</name >
332332 <description >JSON-LD Java integration module for {RDF Library your module integrates}</description >
333333 <packaging >jar</packaging >
@@ -450,9 +450,15 @@ Alternatively, we can also host your repository in the jsonld-java organisation
450450CHANGELOG
451451=========
452452
453+ ### 2019-11-28
454+ * Release 0.13.0
455+ * Bump Jackson versions to latest for security updates (Patch by @afs )
456+ * Do not canonicalise XSD Decimal typed values (Patch by @jhg023 )
457+ * Bump dependency and plugin versions
458+
453459### 2019-08-03
454460* Release 0.12.5
455- * Bump Jackson versions to latest for securiy updates (Patches by @afs )
461+ * Bump Jackson versions to latest for security updates (Patches by @afs )
456462* IRI resolution fixes (Patch by @fsteeg )
457463
458464### 2019-04-20
0 commit comments