File tree Expand file tree Collapse file tree 6 files changed +10
-7
lines changed Expand file tree Collapse file tree 6 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Add the dependency in pom.xml:
26
26
<dependency >
27
27
<groupId >com.dashjoin</groupId >
28
28
<artifactId >jsonata</artifactId >
29
- <version >0.9.7 </version >
29
+ <version >0.9.8 </version >
30
30
</dependency >
31
31
```
32
32
Here is the [ release change log] ( changelog.md )
Original file line number Diff line number Diff line change 1
1
# Release change log
2
2
3
+ ## 0.9.8 - 2024/10/14
4
+ - [ List of enhancements and fixes] ( https://github.com/dashjoin/jsonata-java/milestone/7?closed=1 )
5
+
3
6
## 0.9.7 - 2024/06/11
4
7
- [ List of enhancements and fixes] ( https://github.com/dashjoin/jsonata-java/milestone/6?closed=1 )
5
8
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >com.dashjoin</groupId >
5
5
<artifactId >jsonata</artifactId >
6
- <version >0.9.7 </version >
6
+ <version >0.9.8 </version >
7
7
8
8
<parent >
9
9
<groupId >com.dashjoin</groupId >
Original file line number Diff line number Diff line change 19
19
<dependency >
20
20
<groupId >com.dashjoin</groupId >
21
21
<artifactId >jsonata</artifactId >
22
- <version >0.9.7 </version >
22
+ <version >0.9.8 </version >
23
23
</dependency >
24
24
<!-- Gson: Java to JSON conversion -->
25
25
<dependency >
26
26
<groupId >com.google.code.gson</groupId >
27
27
<artifactId >gson</artifactId >
28
- <version >2.10.1 </version >
28
+ <version >2.11.0 </version >
29
29
<scope >compile</scope >
30
30
</dependency >
31
31
</dependencies >
Original file line number Diff line number Diff line change 19
19
<dependency >
20
20
<groupId >com.dashjoin</groupId >
21
21
<artifactId >jsonata</artifactId >
22
- <version >0.9.7 </version >
22
+ <version >0.9.8 </version >
23
23
</dependency >
24
24
<dependency >
25
25
<groupId >com.fasterxml.jackson.core</groupId >
26
26
<artifactId >jackson-databind</artifactId >
27
- <version >2.15.2 </version >
27
+ <version >2.18.0 </version >
28
28
</dependency >
29
29
</dependencies >
30
30
Original file line number Diff line number Diff line change 19
19
<dependency >
20
20
<groupId >com.dashjoin</groupId >
21
21
<artifactId >jsonata</artifactId >
22
- <version >0.9.7 </version >
22
+ <version >0.9.8 </version >
23
23
</dependency >
24
24
</dependencies >
25
25
You can’t perform that action at this time.
0 commit comments