Skip to content

Commit e00d8cc

Browse files
committed
Update build.gradle
1 parent bb77836 commit e00d8cc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ repositories {
2020
}
2121

2222
dependencies {
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

3232
tasks.test {

0 commit comments

Comments
 (0)