Skip to content

Commit

Permalink
Merge pull request #61 from kbss-cvut/development
Browse files Browse the repository at this point in the history
[0.14.1] Release
  • Loading branch information
ledsoft committed Nov 19, 2023
2 parents 89c4c26 + 3492a6b commit 9087792
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# JB4JSON-LD Changelog

## 0.14.1 - 2023-11-19
- Bump Jakarta JSON version to 2.1.3.
- Switch to Parsson as Jakarta JSON implementation for tests.

## 0.14.0 - 2023-11-03
- Rewrite API to use Jakarta JSON (**Breaking change**).
- Dependency updates: JOPA 1.1.4, test deps.
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>cz.cvut.kbss.jsonld</groupId>
<artifactId>jb4jsonld</artifactId>
<version>0.14.0</version>
<version>0.14.1</version>
<name>JB4JSON-LD</name>
<description>Java Binding for JSON-LD allows serialization and deserialization of Java POJOs to/from JSON-LD.
This is the core implementation, which has to be integrated with Jackson, Jersey etc.
Expand Down Expand Up @@ -35,7 +35,7 @@
<dependency>
<groupId>jakarta.json</groupId>
<artifactId>jakarta.json-api</artifactId>
<version>2.0.1</version>
<version>2.1.3</version>
</dependency>

<!-- Test dependencies -->
Expand Down Expand Up @@ -83,9 +83,9 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.glassfish</groupId>
<groupId>org.eclipse.parsson</groupId>
<artifactId>jakarta.json</artifactId>
<version>2.0.1</version>
<version>1.1.5</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 9087792

Please sign in to comment.