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.84 to 1.0.85.
- [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.84...1.0.85)

---
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 and LiamMacP committed Jun 23, 2023
1 parent 08b72a1 commit 6c0cf79
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.84'
testImplementation 'com.networknt:json-schema-validator:1.0.85'
testImplementation 'com.jayway.jsonpath:json-path:2.8.0'
testImplementation 'net.minidev:json-smart:2.4.11'
}
Expand Down

0 comments on commit 6c0cf79

Please sign in to comment.