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 {
49
49
mavenCentral()
50
50
}
51
51
52
- implementation(" io.github.optimumcode:json-schema-validator:0.5.1 " )
52
+ implementation(" io.github.optimumcode:json-schema-validator:0.5.2 " )
53
53
```
54
54
55
55
###### Groovy
@@ -59,11 +59,11 @@ repositories {
59
59
mavenCentral()
60
60
}
61
61
62
- implementation 'io.github.optimumcode:json-schema-validator:0.5.1 '
62
+ implementation 'io.github.optimumcode:json-schema-validator:0.5.2 '
63
63
64
64
// or with BOM
65
65
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 "))
67
67
implementation("io.github.optimumcode:json-schema-validator")
68
68
```
69
69
@@ -130,11 +130,11 @@ repositories {
130
130
maven(url = " https://s01.oss.sonatype.org/content/repositories/snapshots" )
131
131
}
132
132
133
- implementation(" io.github.optimumcode:json-schema-validator:0.5.2 -SNAPSHOT" )
133
+ implementation(" io.github.optimumcode:json-schema-validator:0.5.3 -SNAPSHOT" )
134
134
135
135
// or with BOM
136
136
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" ))
138
138
implementation(" io.github.optimumcode:json-schema-validator" )
139
139
```
140
140
@@ -145,7 +145,7 @@ repositories {
145
145
maven { url 'https://s01.oss.sonatype.org/content/repositories/snapshots' }
146
146
}
147
147
148
- implementation 'io.github.optimumcode:json-schema-validator:0.5.2 -SNAPSHOT'
148
+ implementation 'io.github.optimumcode:json-schema-validator:0.5.3 -SNAPSHOT'
149
149
```
150
150
151
151
##### Maven
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ org.gradle.jvmargs=-Xmx2048M
4
4
org.gradle.java.installations.auto-download =false
5
5
org.gradle.daemon =false
6
6
7
- version =0.5.2 -SNAPSHOT
7
+ version =0.5.3 -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