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 af7e516 commit 0ed52b4Copy full SHA for 0ed52b4
build.gradle
@@ -53,7 +53,7 @@ allprojects {
53
ext.buildTimestamp = new Date().format('yyyy-MM-dd HH:mm:ss')
54
55
group = 'com.jayway.jsonpath'
56
- version = '2.9.0' + (snapshotVersion ? "-SNAPSHOT" : "")
+ version = '2.10.0' + (snapshotVersion ? "-SNAPSHOT" : "")
57
58
}
59
0 commit comments