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 @@ -49,7 +49,7 @@ repositories {
4949 mavenCentral()
5050}
5151
52- implementation(" io.github.optimumcode:json-schema-validator:0.5.1 " )
52+ implementation(" io.github.optimumcode:json-schema-validator:0.5.2 " )
5353```
5454
5555###### Groovy
@@ -59,11 +59,11 @@ repositories {
5959 mavenCentral()
6060}
6161
62- implementation 'io.github.optimumcode:json-schema-validator:0.5.1 '
62+ implementation 'io.github.optimumcode:json-schema-validator:0.5.2 '
6363
6464// or with BOM
6565
66- implementation(platform("io.github.optimumcode:json-schema-validator-bom:0.5.1 "))
66+ implementation(platform("io.github.optimumcode:json-schema-validator-bom:0.5.2 "))
6767implementation("io.github.optimumcode:json-schema-validator")
6868```
6969
@@ -130,11 +130,11 @@ repositories {
130130 maven(url = " https://s01.oss.sonatype.org/content/repositories/snapshots" )
131131}
132132
133- implementation(" io.github.optimumcode:json-schema-validator:0.5.2 -SNAPSHOT" )
133+ implementation(" io.github.optimumcode:json-schema-validator:0.5.3 -SNAPSHOT" )
134134
135135// or with BOM
136136
137- implementation(platform(" io.github.optimumcode:json-schema-validator-bom:0.5.2 -SNAPSHOT" ))
137+ implementation(platform(" io.github.optimumcode:json-schema-validator-bom:0.5.3 -SNAPSHOT" ))
138138implementation(" io.github.optimumcode:json-schema-validator" )
139139```
140140
@@ -145,7 +145,7 @@ repositories {
145145 maven { url 'https://s01.oss.sonatype.org/content/repositories/snapshots' }
146146}
147147
148- implementation 'io.github.optimumcode:json-schema-validator:0.5.2 -SNAPSHOT'
148+ implementation 'io.github.optimumcode:json-schema-validator:0.5.3 -SNAPSHOT'
149149```
150150
151151##### Maven
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.2 -SNAPSHOT
7+ version =0.5.3 -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