Skip to content

Commit 47a17cc

Browse files
committed
Release 0.9.10
1 parent 2b6587d commit 47a17cc

6 files changed

Lines changed: 8 additions & 5 deletions

File tree

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.9</version>
29+
<version>0.9.10</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.10 - 2026/05/06
4+
- [List of enhancements and fixes](https://github.com/dashjoin/jsonata-java/milestone/9?closed=1)
5+
36
## 0.9.9 - 2024/10/20
47
- [List of enhancements and fixes](https://github.com/dashjoin/jsonata-java/milestone/8?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.9</version>
6+
<version>0.9.10</version>
77
<name>${project.groupId}:${project.artifactId}</name>
88
<description>JSONata Java reference port</description>
99
<url>https://github.com/dashjoin/jsonata-java</url>

samples/main-gson/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.9</version>
22+
<version>0.9.10</version>
2323
</dependency>
2424
<!-- Gson: Java to JSON conversion -->
2525
<dependency>

samples/main-jackson/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.9</version>
22+
<version>0.9.10</version>
2323
</dependency>
2424
<dependency>
2525
<groupId>com.fasterxml.jackson.core</groupId>

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.9</version>
22+
<version>0.9.10</version>
2323
</dependency>
2424
</dependencies>
2525

0 commit comments

Comments
 (0)