File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ repositories {
4747 mavenCentral()
4848}
4949
50- implementation(" io.github.optimumcode:json-schema-validator:0.4 .0" )
50+ implementation(" io.github.optimumcode:json-schema-validator:0.5 .0" )
5151```
5252
5353##### Groovy
@@ -57,11 +57,11 @@ repositories {
5757 mavenCentral()
5858}
5959
60- implementation 'io.github.optimumcode:json-schema-validator:0.4 .0'
60+ implementation 'io.github.optimumcode:json-schema-validator:0.5 .0'
6161
6262// or with BOM
6363
64- implementation(platform("io.github.optimumcode:json-schema-validator-bom:0.4 .0"))
64+ implementation(platform("io.github.optimumcode:json-schema-validator-bom:0.5 .0"))
6565implementation("io.github.optimumcode:json-schema-validator")
6666```
6767
@@ -95,11 +95,11 @@ repositories {
9595 maven(url = " https://s01.oss.sonatype.org/content/repositories/snapshots" )
9696}
9797
98- implementation(" io.github.optimumcode:json-schema-validator:0.5.0 -SNAPSHOT" )
98+ implementation(" io.github.optimumcode:json-schema-validator:0.5.1 -SNAPSHOT" )
9999
100100// or with BOM
101101
102- implementation(platform(" io.github.optimumcode:json-schema-validator-bom:0.5.0 -SNAPSHOT" ))
102+ implementation(platform(" io.github.optimumcode:json-schema-validator-bom:0.5.1 -SNAPSHOT" ))
103103implementation(" io.github.optimumcode:json-schema-validator" )
104104```
105105
@@ -110,7 +110,7 @@ repositories {
110110 maven { url 'https://s01.oss.sonatype.org/content/repositories/snapshots' }
111111}
112112
113- implementation 'io.github.optimumcode:json-schema-validator:0.5.0 -SNAPSHOT'
113+ implementation 'io.github.optimumcode:json-schema-validator:0.5.1 -SNAPSHOT'
114114```
115115
116116### Example
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ org.gradle.jvmargs=-Xmx2048M
44org.gradle.java.installations.auto-download =false
55org.gradle.daemon =false
66
7- version =0.5.0 -SNAPSHOT
7+ version =0.5.1 -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