File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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.
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 -->
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 >
You can’t perform that action at this time.
0 commit comments