Skip to content

Commit 9087792

Browse files
authored
Merge pull request #61 from kbss-cvut/development
[0.14.1] Release
2 parents 89c4c26 + 3492a6b commit 9087792

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# JB4JSON-LD Changelog
22

3+
## 0.14.1 - 2023-11-19
4+
- Bump Jakarta JSON version to 2.1.3.
5+
- Switch to Parsson as Jakarta JSON implementation for tests.
6+
37
## 0.14.0 - 2023-11-03
48
- Rewrite API to use Jakarta JSON (**Breaking change**).
59
- Dependency updates: JOPA 1.1.4, test deps.

pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>cz.cvut.kbss.jsonld</groupId>
88
<artifactId>jb4jsonld</artifactId>
9-
<version>0.14.0</version>
9+
<version>0.14.1</version>
1010
<name>JB4JSON-LD</name>
1111
<description>Java Binding for JSON-LD allows serialization and deserialization of Java POJOs to/from JSON-LD.
1212
This is the core implementation, which has to be integrated with Jackson, Jersey etc.
@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>jakarta.json</groupId>
3737
<artifactId>jakarta.json-api</artifactId>
38-
<version>2.0.1</version>
38+
<version>2.1.3</version>
3939
</dependency>
4040

4141
<!-- Test dependencies -->
@@ -83,9 +83,9 @@
8383
<scope>test</scope>
8484
</dependency>
8585
<dependency>
86-
<groupId>org.glassfish</groupId>
86+
<groupId>org.eclipse.parsson</groupId>
8787
<artifactId>jakarta.json</artifactId>
88-
<version>2.0.1</version>
88+
<version>1.1.5</version>
8989
<scope>test</scope>
9090
</dependency>
9191
<dependency>

0 commit comments

Comments
 (0)