From a00a7649b134aca7e99ab06797c574acbebabf61 Mon Sep 17 00:00:00 2001 From: uw4 Date: Mon, 14 Oct 2024 17:54:13 +0200 Subject: [PATCH] Release 0.9.8 --- README.md | 2 +- changelog.md | 3 +++ pom.xml | 2 +- samples/main-gson/pom.xml | 4 ++-- samples/main-jackson/pom.xml | 4 ++-- samples/main/pom.xml | 2 +- 6 files changed, 10 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 92b6cb5..7c16839 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Add the dependency in pom.xml: com.dashjoin jsonata - 0.9.7 + 0.9.8 ``` Here is the [release change log](changelog.md) diff --git a/changelog.md b/changelog.md index 7a872f2..d5e87ed 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,8 @@ # Release change log +## 0.9.8 - 2024/10/14 +- [List of enhancements and fixes](https://github.com/dashjoin/jsonata-java/milestone/7?closed=1) + ## 0.9.7 - 2024/06/11 - [List of enhancements and fixes](https://github.com/dashjoin/jsonata-java/milestone/6?closed=1) diff --git a/pom.xml b/pom.xml index 78de506..00700d1 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.dashjoin jsonata - 0.9.7 + 0.9.8 com.dashjoin diff --git a/samples/main-gson/pom.xml b/samples/main-gson/pom.xml index 6beaaae..28e0c9b 100644 --- a/samples/main-gson/pom.xml +++ b/samples/main-gson/pom.xml @@ -19,13 +19,13 @@ com.dashjoin jsonata - 0.9.7 + 0.9.8 com.google.code.gson gson - 2.10.1 + 2.11.0 compile diff --git a/samples/main-jackson/pom.xml b/samples/main-jackson/pom.xml index 6872ba8..9837b77 100644 --- a/samples/main-jackson/pom.xml +++ b/samples/main-jackson/pom.xml @@ -19,12 +19,12 @@ com.dashjoin jsonata - 0.9.7 + 0.9.8 com.fasterxml.jackson.core jackson-databind - 2.15.2 + 2.18.0 diff --git a/samples/main/pom.xml b/samples/main/pom.xml index fc24a0d..0c3a433 100644 --- a/samples/main/pom.xml +++ b/samples/main/pom.xml @@ -19,7 +19,7 @@ com.dashjoin jsonata - 0.9.7 + 0.9.8