Skip to content

Commit a00a764

Browse files
committed
Release 0.9.8
1 parent 4628aa0 commit a00a764

File tree

6 files changed

+10
-7
lines changed

6 files changed

+10
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Add the dependency in pom.xml:
2626
<dependency>
2727
<groupId>com.dashjoin</groupId>
2828
<artifactId>jsonata</artifactId>
29-
<version>0.9.7</version>
29+
<version>0.9.8</version>
3030
</dependency>
3131
```
3232
Here is the [release change log](changelog.md)

changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Release change log
22

3+
## 0.9.8 - 2024/10/14
4+
- [List of enhancements and fixes](https://github.com/dashjoin/jsonata-java/milestone/7?closed=1)
5+
36
## 0.9.7 - 2024/06/11
47
- [List of enhancements and fixes](https://github.com/dashjoin/jsonata-java/milestone/6?closed=1)
58

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.dashjoin</groupId>
55
<artifactId>jsonata</artifactId>
6-
<version>0.9.7</version>
6+
<version>0.9.8</version>
77

88
<parent>
99
<groupId>com.dashjoin</groupId>

samples/main-gson/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
<dependency>
2020
<groupId>com.dashjoin</groupId>
2121
<artifactId>jsonata</artifactId>
22-
<version>0.9.7</version>
22+
<version>0.9.8</version>
2323
</dependency>
2424
<!-- Gson: Java to JSON conversion -->
2525
<dependency>
2626
<groupId>com.google.code.gson</groupId>
2727
<artifactId>gson</artifactId>
28-
<version>2.10.1</version>
28+
<version>2.11.0</version>
2929
<scope>compile</scope>
3030
</dependency>
3131
</dependencies>

samples/main-jackson/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
<dependency>
2020
<groupId>com.dashjoin</groupId>
2121
<artifactId>jsonata</artifactId>
22-
<version>0.9.7</version>
22+
<version>0.9.8</version>
2323
</dependency>
2424
<dependency>
2525
<groupId>com.fasterxml.jackson.core</groupId>
2626
<artifactId>jackson-databind</artifactId>
27-
<version>2.15.2</version>
27+
<version>2.18.0</version>
2828
</dependency>
2929
</dependencies>
3030

samples/main/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<dependency>
2020
<groupId>com.dashjoin</groupId>
2121
<artifactId>jsonata</artifactId>
22-
<version>0.9.7</version>
22+
<version>0.9.8</version>
2323
</dependency>
2424
</dependencies>
2525

0 commit comments

Comments
 (0)