Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
slisaasquatch committed Jan 5, 2024
1 parent bb77836 commit e00d8cc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ repositories {
}

dependencies {
testImplementation platform('org.junit:junit-bom:5.9.2')
testImplementation 'org.junit.jupiter:junit-jupiter'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.1'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.1'
implementation 'com.google.code.findbugs:jsr305:3.0.2'
api 'com.fasterxml.jackson.core:jackson-databind:2.15.0'
builtInFormatInferrerSupportImplementation 'commons-validator:commons-validator:1.7'
testImplementation 'com.networknt:json-schema-validator:1.0.81'
testImplementation 'com.google.guava:guava:31.1-jre'
api 'com.fasterxml.jackson.core:jackson-databind:2.16.1'
builtInFormatInferrerSupportImplementation 'commons-validator:commons-validator:1.8.0'
testImplementation 'com.networknt:json-schema-validator:1.1.0'
testImplementation 'com.google.guava:guava:33.0.0-jre'
}

tasks.test {
Expand Down

0 comments on commit e00d8cc

Please sign in to comment.