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 @@ -90,7 +90,7 @@ repositories {
90
90
maven(url = " https://s01.oss.sonatype.org/content/repositories/snapshots" )
91
91
}
92
92
93
- implementation(" io.github.optimumcode:json-schema-validator:0.4.1 -SNAPSHOT" )
93
+ implementation(" io.github.optimumcode:json-schema-validator:0.5.0 -SNAPSHOT" )
94
94
```
95
95
96
96
##### Groovy
@@ -100,7 +100,7 @@ repositories {
100
100
maven { url 'https://s01.oss.sonatype.org/content/repositories/snapshots' }
101
101
}
102
102
103
- implementation 'io.github.optimumcode:json-schema-validator:0.4.1 -SNAPSHOT'
103
+ implementation 'io.github.optimumcode:json-schema-validator:0.5.0 -SNAPSHOT'
104
104
```
105
105
106
106
### Example
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ org.gradle.jvmargs=-Xmx1536M
4
4
org.gradle.java.installations.auto-download =false
5
5
org.gradle.daemon =false
6
6
7
- version =0.4.1 -SNAPSHOT
7
+ version =0.5.0 -SNAPSHOT
8
8
group =io.github.optimumcode
9
9
10
10
# Due to large amount of test cases the output for JS WEB exceeds 1MB limit for TeamCity reader
You can’t perform that action at this time.
0 commit comments