Skip to content

Commit

Permalink
Bump com.networknt:json-schema-validator from 1.3.3 to 1.4.0
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.3.3 to 1.4.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.3.3...1.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

- Modified call to JsonSchemaFactory.Builder() - see networknt/json-schema-validator#980 (comment)
  • Loading branch information
dependabot[bot] authored and johnaohara committed Mar 19, 2024
1 parent fbbef64 commit 095f2d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ SELECT substring(jsonb_path_query(schema, '$.**.\"$ref\" ? (! (@ starts with \"#
private final CustomType JSON_STRING_ARRY_TYPE = new CustomType<>(new JsonBinaryType(String[].class), new TypeConfiguration());

private static final JsonSchemaFactory JSON_SCHEMA_FACTORY = new JsonSchemaFactory.Builder()
.defaultMetaSchemaURI(JsonMetaSchema.getV4().getUri())
.defaultMetaSchemaIri(JsonMetaSchema.getV4().getIri())
.addMetaSchema(JsonMetaSchema.getV4())
.addMetaSchema(JsonMetaSchema.getV6())
.addMetaSchema(JsonMetaSchema.getV7())
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<surefire-plugin.version>3.2.5</surefire-plugin.version>
<failsafe-plugin.version>3.2.5</failsafe-plugin.version>
<keycloak-admin-client.version>23.0.3</keycloak-admin-client.version>
<validator.version>1.3.3</validator.version>
<validator.version>1.4.0</validator.version>
<jayway.jsonpath.version>2.9.0</jayway.jsonpath.version>

<module.skipCopyDependencies>false</module.skipCopyDependencies>
Expand Down

0 comments on commit 095f2d3

Please sign in to comment.