Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): Bump com.networknt:json-schema-validator from 1.0.86 to …
…1.4.0 (2934) chore(deps): Bump com.networknt:json-schema-validator Bumps [com.networknt:json-schema-validator](https://github.com/networknt/json-schema-validator) from 1.0.86 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.0.86...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] <[email protected]> --- fix (jkube-kit/common) : Update methods renamed in json-schema-validator upgrade In `com.networknt:json-schema-validator:1.4.0`, these methods have been renamed: - `getUri` -> `getIri` - `defaultMetaSchemaURI` -> `defaultMetaSchemaIri` These methods have been marked as deprecated, I've replaced it with these equivalent methods: - `addKeywords` -> `keywords` - `addMetaSchema` -> `metaSchema` Signed-off-by: Rohan Kumar <[email protected]>
- Loading branch information