Browse Source

Release 2.7.0

heroku json-path-2.7.0
Kalle Stenflo 2 years ago
parent
commit
8cdaaef900
  1. 4
      README.md
  2. 2
      build.gradle

4
README.md

@ -11,6 +11,8 @@ Jayway JsonPath is a Java port of [Stefan Goessner JsonPath implementation](http
News News
---- ----
30 Jan 2022 - Released JsonPath 2.7.0
02 Jun 2021 - Released JsonPath 2.6.0 02 Jun 2021 - Released JsonPath 2.6.0
10 Dec 2020 - Released JsonPath 2.5.0 10 Dec 2020 - Released JsonPath 2.5.0
@ -41,7 +43,7 @@ JsonPath is available at the Central Maven Repository. Maven users add this to y
<dependency> <dependency>
<groupId>com.jayway.jsonpath</groupId> <groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path</artifactId> <artifactId>json-path</artifactId>
<version>2.6.0</version> <version>2.7.0</version>
</dependency> </dependency>
``` ```

2
build.gradle

@ -36,7 +36,7 @@ ext {
'org.slf4j:slf4j-simple:1.7.35' 'org.slf4j:slf4j-simple:1.7.35'
] ]
] ]
snapshotVersion = true snapshotVersion = false
} }
allprojects { allprojects {

Loading…
Cancel
Save