Skip to content

Commit 8ad4743

Browse files
committed
Release 2.5.0
1 parent 70d11a6 commit 8ad4743

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Jayway JsonPath is a Java port of [Stefan Goessner JsonPath implementation](http
1111

1212
News
1313
----
14+
10 Dec 2020 - Released JsonPath 2.5.0
15+
1416
05 Jul 2017 - Released JsonPath 2.4.0
1517

1618
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
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

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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) {

0 commit comments

Comments
 (0)