File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -54,14 +54,14 @@ JsonPathKt is available at the Maven Central repository.
54
54
<dependency >
55
55
<groupId >com.nfeld.jsonpathkt</groupId >
56
56
<artifactId >jsonpathkt</artifactId >
57
- <version >2.0.0 </version >
57
+ <version >2.0.1 </version >
58
58
</dependency >
59
59
```
60
60
61
61
** Gradle**
62
62
``` gradle
63
63
dependencies {
64
- implementation 'com.nfeld.jsonpathkt:jsonpathkt:2.0.0 '
64
+ implementation 'com.nfeld.jsonpathkt:jsonpathkt:2.0.1 '
65
65
}
66
66
```
67
67
Original file line number Diff line number Diff line change 13
13
}
14
14
15
15
group ' com.nfeld.jsonpathkt'
16
- version = ' 2.0.0 ' + (snapshotVersion ? " -SNAPSHOT" : " " )
16
+ version = ' 2.0.1 ' + (snapshotVersion ? " -SNAPSHOT" : " " )
17
17
18
18
repositories {
19
19
mavenCentral()
@@ -40,4 +40,4 @@ buildScan {
40
40
if (publishBuildScan) {
41
41
publishAlways()
42
42
}
43
- }
43
+ }
You can’t perform that action at this time.
0 commit comments