File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -20,13 +20,13 @@ repositories {
2020}
2121
2222dependencies {
23- testImplementation platform( ' org.junit:junit-bom :5.9.2 ' )
24- testImplementation ' org.junit.jupiter:junit-jupiter'
23+ testImplementation ' org.junit.jupiter :junit-jupiter-api :5.10.1 '
24+ testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.10.1 '
2525 implementation ' com.google.code.findbugs:jsr305:3.0.2'
26- api ' com.fasterxml.jackson.core:jackson-databind:2.15.0 '
27- builtInFormatInferrerSupportImplementation ' commons-validator:commons-validator:1.7 '
28- testImplementation ' com.networknt:json-schema-validator:1.0.81 '
29- testImplementation ' com.google.guava:guava:31.1 -jre'
26+ api ' com.fasterxml.jackson.core:jackson-databind:2.16.1 '
27+ builtInFormatInferrerSupportImplementation ' commons-validator:commons-validator:1.8.0 '
28+ testImplementation ' com.networknt:json-schema-validator:1.1.0 '
29+ testImplementation ' com.google.guava:guava:33.0.0 -jre'
3030}
3131
3232tasks. test {
You can’t perform that action at this time.
0 commit comments