Skip to content

Commit

Permalink
Bump com.networknt:json-schema-validator from 1.4.2 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.2 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.2...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 827e777 commit 8c36547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ junit-junit4 = { group = "junit", name = "junit", version = "4.13.2" }
junit-jupiter = { group = "org.junit.jupiter", name = "junit-jupiter", version = "5.10.2" }

groovy-json = { group = "org.codehaus.groovy", name = "groovy-json", version = "3.0.21" }
json-schema-validator = { group = "com.networknt", name = "json-schema-validator", version = "1.4.2" }
json-schema-validator = { group = "com.networknt", name = "json-schema-validator", version = "1.4.3" }
jetbrains-annotations = { group = "org.jetbrains", name = "annotations", version = "24.1.0" }
google-gson = { group = "com.google.code.gson", name = "gson", version = "2.11.0" }

Expand Down

0 comments on commit 8c36547

Please sign in to comment.