File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ repositories {
47
47
mavenCentral()
48
48
}
49
49
50
- implementation(" io.github.optimumcode:json-schema-validator:0.4 .0" )
50
+ implementation(" io.github.optimumcode:json-schema-validator:0.5 .0" )
51
51
```
52
52
53
53
##### Groovy
@@ -57,11 +57,11 @@ repositories {
57
57
mavenCentral()
58
58
}
59
59
60
- implementation 'io.github.optimumcode:json-schema-validator:0.4 .0'
60
+ implementation 'io.github.optimumcode:json-schema-validator:0.5 .0'
61
61
62
62
// or with BOM
63
63
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"))
65
65
implementation("io.github.optimumcode:json-schema-validator")
66
66
```
67
67
@@ -95,11 +95,11 @@ repositories {
95
95
maven(url = " https://s01.oss.sonatype.org/content/repositories/snapshots" )
96
96
}
97
97
98
- implementation(" io.github.optimumcode:json-schema-validator:0.5.0 -SNAPSHOT" )
98
+ implementation(" io.github.optimumcode:json-schema-validator:0.5.1 -SNAPSHOT" )
99
99
100
100
// or with BOM
101
101
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" ))
103
103
implementation(" io.github.optimumcode:json-schema-validator" )
104
104
```
105
105
@@ -110,7 +110,7 @@ repositories {
110
110
maven { url 'https://s01.oss.sonatype.org/content/repositories/snapshots' }
111
111
}
112
112
113
- implementation 'io.github.optimumcode:json-schema-validator:0.5.0 -SNAPSHOT'
113
+ implementation 'io.github.optimumcode:json-schema-validator:0.5.1 -SNAPSHOT'
114
114
```
115
115
116
116
### Example
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.0 -SNAPSHOT
7
+ version =0.5.1 -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