Skip to content

Commit

Permalink
build: bump com.networknt:json-schema-validator from 1.4.0 to 1.4.3
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.4.0 to 1.4.3.
- [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.4.0...1.4.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent a21d384 commit efa8922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eno-treatments/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies {
// Jackson
implementation 'com.fasterxml.jackson.core:jackson-databind'
// Json schema validator
implementation 'com.networknt:json-schema-validator:1.4.0'
implementation 'com.networknt:json-schema-validator:1.4.3'

// Logging
implementation 'org.slf4j:slf4j-api'
Expand Down

0 comments on commit efa8922

Please sign in to comment.