Skip to content

Commit

Permalink
Merge pull request wiremock#2595 from wiremock/dependabot/gradle/com.…
Browse files Browse the repository at this point in the history
…networknt-json-schema-validator-1.3.0

Bump com.networknt:json-schema-validator from 1.2.0 to 1.3.0
  • Loading branch information
leeturner authored Jan 30, 2024
2 parents 791bc24 + 9008945 commit 4b0afe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ dependencies {
}
api "commons-io:commons-io:2.15.1"

api 'com.networknt:json-schema-validator:1.2.0'
api 'com.networknt:json-schema-validator:1.3.0'

testImplementation "junit:junit:4.13"
testImplementation("org.junit.jupiter:junit-jupiter:$versions.junitJupiter")
Expand Down

0 comments on commit 4b0afe0

Please sign in to comment.