Skip to content

Commit 8cdaaef

Browse files
committed
Release 2.7.0
1 parent ba29b73 commit 8cdaaef

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+
30 Jan 2022 - Released JsonPath 2.7.0
15+
1416
02 Jun 2021 - Released JsonPath 2.6.0
1517

1618
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
4143
<dependency>
4244
<groupId>com.jayway.jsonpath</groupId>
4345
<artifactId>json-path</artifactId>
44-
<version>2.6.0</version>
46+
<version>2.7.0</version>
4547
</dependency>
4648
```
4749

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ ext {
3636
'org.slf4j:slf4j-simple:1.7.35'
3737
]
3838
]
39-
snapshotVersion = true
39+
snapshotVersion = false
4040
}
4141

4242
allprojects {

0 commit comments

Comments
 (0)