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
1111
1212News
1313----
14+ 10 Dec 2020 - Released JsonPath 2.5.0
15+
141605 Jul 2017 - Released JsonPath 2.4.0
1517
161826 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
3739<dependency >
3840 <groupId >com.jayway.jsonpath</groupId >
3941 <artifactId >json-path</artifactId >
40- <version >2.4 .0</version >
42+ <version >2.5 .0</version >
4143</dependency >
4244```
4345
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ allprojects {
3636 ext. buildTimestamp = new Date (). format(' yyyy-MM-dd HH:mm:ss' )
3737
3838 group = ' com.jayway.jsonpath'
39- version = ' 2.4 .0' + (snapshotVersion ? " -SNAPSHOT" : " " )
39+ version = ' 2.5 .0' + (snapshotVersion ? " -SNAPSHOT" : " " )
4040
4141 if (JavaVersion . current(). isJava8Compatible()) {
4242 tasks. withType(Javadoc ) {
You can’t perform that action at this time.
0 commit comments