Skip to content

Commit

Permalink
Update dependency com.networknt:json-schema-validator to v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 5, 2024
1 parent 9437bd5 commit 869455c
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 @@ -127,7 +127,7 @@ dependencies {
// Used for converting GraphQL request output to XML:
implementation 'com.github.javadev:underscore-lodash:1.26'
// For JSON schema validation, supports detailed error reporting
implementation 'com.networknt:json-schema-validator:1.4.3'
implementation 'com.networknt:json-schema-validator:1.5.0'

// used for writing Excel documents
implementation 'org.apache.poi:poi:5.3.0'
Expand Down

0 comments on commit 869455c

Please sign in to comment.