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 {
9090 maven(url = " https://s01.oss.sonatype.org/content/repositories/snapshots" )
9191}
9292
93- implementation(" io.github.optimumcode:json-schema-validator:0.4.1 -SNAPSHOT" )
93+ implementation(" io.github.optimumcode:json-schema-validator:0.5.0 -SNAPSHOT" )
9494```
9595
9696##### Groovy
@@ -100,7 +100,7 @@ repositories {
100100 maven { url 'https://s01.oss.sonatype.org/content/repositories/snapshots' }
101101}
102102
103- implementation 'io.github.optimumcode:json-schema-validator:0.4.1 -SNAPSHOT'
103+ implementation 'io.github.optimumcode:json-schema-validator:0.5.0 -SNAPSHOT'
104104```
105105
106106### Example
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ org.gradle.jvmargs=-Xmx1536M
44org.gradle.java.installations.auto-download =false
55org.gradle.daemon =false
66
7- version =0.4.1 -SNAPSHOT
7+ version =0.5.0 -SNAPSHOT
88group =io.github.optimumcode
99
1010# 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