File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ Jayway JsonPath is a Java port of [Stefan Goessner JsonPath implementation](http
1010News
1111----
1212
13+ 19 Mar 2015 - Released JsonPath 2.0.0
131411 Nov 2014 - Released JsonPath 1.2.0
141501 Oct 2014 - Released JsonPath 1.1.0
151626 Sep 2014 - Released JsonPath 1.0.0
@@ -25,7 +26,7 @@ JsonPath is available at the Central Maven Repository. Maven users add this to y
2526<dependency >
2627 <groupId >com.jayway.jsonpath</groupId >
2728 <artifactId >json-path</artifactId >
28- <version >1.2 .0</version >
29+ <version >2.0 .0</version >
2930</dependency >
3031```
3132
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ allprojects {
2828 ext. buildTimestamp = new Date (). format(' yyyy-MM-dd HH:mm:ss' )
2929
3030 group = ' com.jayway.jsonpath'
31- version = ' 1.3.0 ' + (snapshotVersion ? " -SNAPSHOT" : " " )
31+ version = ' 2.0.1 ' + (snapshotVersion ? " -SNAPSHOT" : " " )
3232
3333 if (JavaVersion . current(). isJava8Compatible()) {
3434 tasks. withType(Javadoc ) {
You can’t perform that action at this time.
0 commit comments