Skip to content

Commit afa9d26

Browse files
committed
Dependency version bumps
1 parent e906dd7 commit afa9d26

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle

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

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

3232
tasks.test {

0 commit comments

Comments
 (0)