File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ Jayway JsonPath is a Java port of [Stefan Goessner JsonPath implementation](http
11
11
12
12
News
13
13
----
14
+ 10 Dec 2020 - Released JsonPath 2.5.0
15
+
14
16
05 Jul 2017 - Released JsonPath 2.4.0
15
17
16
18
26 Jun 2017 - Released JsonPath 2.3.0
@@ -37,7 +39,7 @@ JsonPath is available at the Central Maven Repository. Maven users add this to y
37
39
<dependency >
38
40
<groupId >com.jayway.jsonpath</groupId >
39
41
<artifactId >json-path</artifactId >
40
- <version >2.4 .0</version >
42
+ <version >2.5 .0</version >
41
43
</dependency >
42
44
```
43
45
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ allprojects {
36
36
ext. buildTimestamp = new Date (). format(' yyyy-MM-dd HH:mm:ss' )
37
37
38
38
group = ' com.jayway.jsonpath'
39
- version = ' 2.4 .0' + (snapshotVersion ? " -SNAPSHOT" : " " )
39
+ version = ' 2.5 .0' + (snapshotVersion ? " -SNAPSHOT" : " " )
40
40
41
41
if (JavaVersion . current(). isJava8Compatible()) {
42
42
tasks. withType(Javadoc ) {
You can’t perform that action at this time.
0 commit comments