Skip to content

Commit

Permalink
Bump com.networknt:json-schema-validator
Browse files Browse the repository at this point in the history
Bumps the gradle-dependencies group with 1 update: [com.networknt:json-schema-validator](https://github.com/networknt/json-schema-validator).


Updates `com.networknt:json-schema-validator` from 1.4.3 to 1.5.0
- [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.3...1.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and bigdaz committed Jul 12, 2024
1 parent df79076 commit 5cf68b7
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.3" }

groovy-json = { group = "org.codehaus.groovy", name = "groovy-json", version = "3.0.22" }
json-schema-validator = { group = "com.networknt", name = "json-schema-validator", version = "1.4.3" }
json-schema-validator = { group = "com.networknt", name = "json-schema-validator", version = "1.5.0" }
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 5cf68b7

Please sign in to comment.