Skip to content

Commit 25045d2

Browse files
committed
Prepare for release
Signed-off-by: christoph@hbz-nrw.de
1 parent 83cc471 commit 25045d2

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff 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

2222
Code 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

450450
CHANGELOG
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)

0 commit comments

Comments
 (0)