kit-data-manager / ro-crate-java

Java library to create and modify RO-Crates.
https://kit-data-manager.github.io/webpage/ro-crate-java/
Apache License 2.0
3 stars 3 forks source link

build(deps): bump com.networknt:json-schema-validator from 1.0.87 to 1.2.0 #148

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 9 months ago

Bumps com.networknt:json-schema-validator from 1.0.87 to 1.2.0.

Release notes

Sourced from com.networknt:json-schema-validator's releases.

1.2.0 - 2024-01-19

Added

Changed

Upgrade Guide

With #915 and #922 implemented, it breaks the API. Users code might need to change in order to move to this version.

1.1.0 - 2023-12-15

Added

Changed

Upgrade Guide

With #896 implemented, it breaks the API. Users code might need to change in order to move to this version.

Changelog

Sourced from com.networknt:json-schema-validator's changelog.

1.2.0 - 2024-01-19

Added

Changed

Upgrade Guide

With #915 and #922 implemented, it breaks the API. Users code might need to change in order to move to this version.

1.1.0 - 2023-12-15

Added

Changed

Upgrade Guide

With #896 implemented, it breaks the API. Users code might need to change in order to move to this version.

Commits
  • 85f112a upgrade to 1.2.0 and update changelog
  • 9b73d10 Support schema resource (#922)
  • 5a94df7 Refactor of paths (#915)
  • 5dd0be3 Basic test on URI create to improve coverage (#923)
  • 48ca8c3 Refactor validation message generation (#910)
  • 0aaa967 Update docs on CollectorContext (#913)
  • 0c14a7a upgrade to 1.1.0 and update changelog
  • 5535107 downgrade logback to 1.3.14 for JDK 8 compatibility (#912)
  • b818d54 upgrade to 1.0.88 and update changelog
  • b138dc6 665: Can't load JSON schemas with URN value in id field (#906)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 9 months ago

Superseded by #150.