Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): Bump com.networknt:json-schema-validator from 1.0.86 to 1.4.0 #2934

Merged

Commits on Apr 17, 2024

  1. 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] <support@github.com>
    dependabot[bot] authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    cbd639f View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. fix (jkube-kit/common) : Update methods renamed in json-schema-valida…

    …tor 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 <rohaan@redhat.com>
    rohanKanojia committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    702d4f4 View commit details
    Browse the repository at this point in the history