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.85 to 1.0.86.
- [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.85...1.0.86)

---
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 Jul 6, 2023
1 parent 6c0cf79 commit d2e672b
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.85'
testImplementation 'com.networknt:json-schema-validator:1.0.86'
testImplementation 'com.jayway.jsonpath:json-path:2.8.0'
testImplementation 'net.minidev:json-smart:2.4.11'
}
Expand Down

0 comments on commit d2e672b

Please sign in to comment.