File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -20,13 +20,13 @@ repositories {
2020}
2121
2222dependencies {
23- testImplementation ' org.junit.jupiter:junit-jupiter-api:5.10.1 '
24- testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.10.1 '
23+ testImplementation ' org.junit.jupiter:junit-jupiter-api:6.0.0 '
24+ testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:6.0.0 '
2525 implementation ' com.google.code.findbugs:jsr305:3.0.2'
2626 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'
27+ builtInFormatInferrerSupportImplementation ' commons-validator:commons-validator:1.10 .0'
28+ testImplementation ' com.networknt:json-schema-validator:1.5.9 '
29+ testImplementation ' com.google.guava:guava:33.5 .0-jre'
3030}
3131
3232tasks. test {
You can’t perform that action at this time.
0 commit comments