From 38551eb1e035c7bebd65c56f42623524691399fb Mon Sep 17 00:00:00 2001 From: Martin Ledvinka Date: Wed, 13 Mar 2024 14:02:51 +0100 Subject: [PATCH] [0.14.2] Bump version, update changelog. --- CHANGELOG.md | 4 ++++ pom.xml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7bb93a..69df29e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # JB4JSON-LD Changelog +## 0.14.2 - 2024-03-13 +- Fix an issue with scanning classpath when running in a Spring Boot 3.2.x bundle (Bug #63). +- Dependency updates: JOPA 1.2.2, test deps. + ## 0.14.1 - 2023-11-19 - Bump Jakarta JSON version to 2.1.3. - Switch to Parsson as Jakarta JSON implementation for tests. diff --git a/pom.xml b/pom.xml index d5e71ad..0c8bfee 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ cz.cvut.kbss.jsonld jb4jsonld - 0.14.1 + 0.14.2 JB4JSON-LD 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.