Skip to content

Commit

Permalink
Bump json-schema-validator from 2.0.0 to 2.2.14
Browse files Browse the repository at this point in the history
Bumps [json-schema-validator](https://github.com/java-json-tools/json-schema-validator) from 2.0.0 to 2.2.14.
- [Release notes](https://github.com/java-json-tools/json-schema-validator/releases)
- [Changelog](https://github.com/java-json-tools/json-schema-validator/blob/master/RELEASE-NOTES.md)
- [Commits](java-json-tools/json-schema-validator@2.0.0...v2.2.14)

---
updated-dependencies:
- dependency-name: com.github.fge:json-schema-validator
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 3, 2021
1 parent 338868d commit 0a88e2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validator/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dependencies {

// json flattener
implementation group: 'com.github.wnameless', name: 'json-flattener', version: '0.1.0'
implementation group: 'com.github.fge', name: 'json-schema-validator', version: '2.0.0'
implementation group: 'com.github.fge', name: 'json-schema-validator', version: '2.2.14'

// command cli
implementation 'info.picocli:picocli:4.3.2'
Expand Down

0 comments on commit 0a88e2f

Please sign in to comment.