File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ From Maven
1616 <dependency>
1717 <groupId>com.github.jsonld-java</groupId>
1818 <artifactId>jsonld-java</artifactId>
19- <version>0.13.4 </version>
19+ <version>0.13.5 </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.13.4 </version >
326+ <version >0.13.5 </version >
327327 </parent >
328328 <modelVersion >4.0.0</modelVersion >
329329 <artifactId >jsonld-java-{your module}</artifactId >
330- <version >0.13.4 -SNAPSHOT</version >
330+ <version >0.13.5 -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 >
@@ -449,6 +449,10 @@ Alternatively, we can also host your repository in the jsonld-java organisation
449449
450450CHANGELOG
451451=========
452+ ### 2023-11-03
453+ * Release 0.13.5
454+ * Bump Jackson and Guava versions to latest for security updates
455+
452456### 2021-12-13
453457* Release 0.13.4
454458* Switch test logging from log4j to logback (Patch by @ansell )
You can’t perform that action at this time.
0 commit comments