Skip to content

Commit

Permalink
Release 0.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
uw4 committed Oct 14, 2024
1 parent 4628aa0 commit a00a764
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Add the dependency in pom.xml:
<dependency>
<groupId>com.dashjoin</groupId>
<artifactId>jsonata</artifactId>
<version>0.9.7</version>
<version>0.9.8</version>
</dependency>
```
Here is the [release change log](changelog.md)
Expand Down
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.dashjoin</groupId>
<artifactId>jsonata</artifactId>
<version>0.9.7</version>
<version>0.9.8</version>

<parent>
<groupId>com.dashjoin</groupId>
Expand Down
4 changes: 2 additions & 2 deletions samples/main-gson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
<dependency>
<groupId>com.dashjoin</groupId>
<artifactId>jsonata</artifactId>
<version>0.9.7</version>
<version>0.9.8</version>
</dependency>
<!-- Gson: Java to JSON conversion -->
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.10.1</version>
<version>2.11.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions samples/main-jackson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
<dependency>
<groupId>com.dashjoin</groupId>
<artifactId>jsonata</artifactId>
<version>0.9.7</version>
<version>0.9.8</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.15.2</version>
<version>2.18.0</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion samples/main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<dependency>
<groupId>com.dashjoin</groupId>
<artifactId>jsonata</artifactId>
<version>0.9.7</version>
<version>0.9.8</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit a00a764

Please sign in to comment.