File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,15 +15,15 @@ JsonPathLite is available at the Maven Central repository.
1515<dependency >
1616 <groupId >com.nfeld.jsonpathlite</groupId >
1717 <artifactId >json-path-lite</artifactId >
18- <version >1.0 .0</version >
18+ <version >1.1 .0</version >
1919 <type >pom</type >
2020</dependency >
2121```
2222
2323** Gradle**
2424``` gradle
2525dependencies {
26- implementation 'com.nfeld.jsonpathlite:json-path-lite:1.0 .0'
26+ implementation 'com.nfeld.jsonpathlite:json-path-lite:1.1 .0'
2727}
2828```
2929
Original file line number Diff line number Diff line change 1212}
1313
1414group ' com.nfeld.jsonpathlite'
15- version = ' 1.0 .0' + (snapshotVersion ? " -SNAPSHOT" : " " )
15+ version = ' 1.1 .0' + (snapshotVersion ? " -SNAPSHOT" : " " )
1616
1717repositories {
1818 mavenCentral()
You can’t perform that action at this time.
0 commit comments