We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a23997 commit abc2200Copy full SHA for abc2200
README.md
@@ -11,6 +11,8 @@ Jayway JsonPath is a Java port of [Stefan Goessner JsonPath implementation](http
11
12
News
13
----
14
+26 Jun 2017 - Released JsonPath 2.3.0
15
+
16
29 Feb 2016 - Released JsonPath 2.2.0
17
18
22 Nov 2015 - Released JsonPath 2.1.0
@@ -34,7 +36,7 @@ JsonPath is available at the Central Maven Repository. Maven users add this to y
34
36
<dependency>
35
37
<groupId>com.jayway.jsonpath</groupId>
38
<artifactId>json-path</artifactId>
- <version>2.2.0</version>
39
+ <version>2.3.0</version>
40
</dependency>
41
```
42
0 commit comments