File tree 2 files changed +8
-4
lines changed
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
# JB4JSON-LD Changelog
2
2
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
+
3
7
## 0.14.0 - 2023-11-03
4
8
- Rewrite API to use Jakarta JSON (** Breaking change** ).
5
9
- Dependency updates: JOPA 1.1.4, test deps.
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >cz.cvut.kbss.jsonld</groupId >
8
8
<artifactId >jb4jsonld</artifactId >
9
- <version >0.14.0 </version >
9
+ <version >0.14.1 </version >
10
10
<name >JB4JSON-LD</name >
11
11
<description >Java Binding for JSON-LD allows serialization and deserialization of Java POJOs to/from JSON-LD.
12
12
This is the core implementation, which has to be integrated with Jackson, Jersey etc.
35
35
<dependency >
36
36
<groupId >jakarta.json</groupId >
37
37
<artifactId >jakarta.json-api</artifactId >
38
- <version >2.0.1 </version >
38
+ <version >2.1.3 </version >
39
39
</dependency >
40
40
41
41
<!-- Test dependencies -->
83
83
<scope >test</scope >
84
84
</dependency >
85
85
<dependency >
86
- <groupId >org.glassfish </groupId >
86
+ <groupId >org.eclipse.parsson </groupId >
87
87
<artifactId >jakarta.json</artifactId >
88
- <version >2.0.1 </version >
88
+ <version >1.1.5 </version >
89
89
<scope >test</scope >
90
90
</dependency >
91
91
<dependency >
You can’t perform that action at this time.
0 commit comments