Skip to content

Commit

Permalink
⬆️ Bump com.networknt:json-schema-validator
Browse files Browse the repository at this point in the history
Bumps [com.networknt:json-schema-validator](https://github.com/networknt/json-schema-validator) from 1.0.86 to 1.0.87.
- [Release notes](https://github.com/networknt/json-schema-validator/releases)
- [Changelog](https://github.com/networknt/json-schema-validator/blob/master/CHANGELOG.md)
- [Commits](networknt/json-schema-validator@1.0.86...1.0.87)

---
updated-dependencies:
- dependency-name: com.networknt:json-schema-validator
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 11, 2023
1 parent 9f40165 commit 4aa18d0
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 @@ -19,7 +19,7 @@ targetCompatibility = JavaVersion.VERSION_17

dependencies {
testImplementation 'junit:junit:4.13.2'
testImplementation 'com.networknt:json-schema-validator:1.0.86'
testImplementation 'com.networknt:json-schema-validator:1.0.87'
testImplementation 'com.jayway.jsonpath:json-path:2.8.0'
testImplementation 'net.minidev:json-smart:2.5.0'
}
Expand Down

0 comments on commit 4aa18d0

Please sign in to comment.