Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 20, 2022

Bumps json-schema-validator from 1.0.36 to 1.0.66.

Release notes

Sourced from json-schema-validator's releases.

1.0.66 - 2022-01-24

Changed

1.0.65 - 2022-01-07

Changed

  • fixes #492 Sort ValidationMessage by its type. Thanks @​jsu216
  • fixes #490 Handle the situation when context class loader is null. Thanks @​vti and @​Viacheslav Tykhanovskyi
  • fixes #489 Fix flakiness in CollectorContextTest. Thanks @​pthariensflame
  • upgrade to logback 1.2.7 to resolve some x-ray warnings
  • upgrade to undertow 2.2.14 to resolve some x-ray warnings.
  • fixes #488 Fix violations of Sonar rule 2142. Thanks @​khaes-kth
  • fixes #477 apply default in objects and arrays. Thanks @​SiemelNaran
  • fixes #485 FailFast should not cause an exception on if. Thanks @​gareth-robinson
  • fixes #483 Add Java Syntax Highlighting to specversion.md. Thanks @​JLLeitschuh
  • fixes #482 upgrade to joni 2.1.41 to resolve a security concern

1.0.64 - 2021-11-10

Changed

  • fixes #480 Time format validation supports milliseconds. Thanks @@​MatusSivak
  • fixes #479 Add dependentRequired and dependentSchemas validators. Thanks @@​kmalski

1.0.63 - 2021-10-21

Changed

  • fixes #470 OneOfValidator gives the incorrect message when the wrong JSON element is not the first one in the list. Thanks @​jsu216
  • fixes #472 fix i18n doesn't work with locale CHINA. Thanks @​wyzfzu

1.0.62 - 2021-10-16

Changed

  • fixes #456 OneOf only validate the first sub schema. This was a defect introduced in 1.0.58 and everyone should upgrade to 1.0.62 if you are using 1.0.58 to 1.0.61.

1.0.61 - 2021-10-09

Changed

  • fixes #461 1.0.60 Expects type To Be Array. Thanks @​bartoszm
  • fixes #459 Correcting the ref listeners config in WalkEvent class when fetching the getRefSchema. Thanks @​prashanthjos

1.0.60 - 2021-09-22

... (truncated)

Changelog

Sourced from json-schema-validator's changelog.

1.0.66 - 2022-01-24

Changed

1.0.65 - 2022-01-07

Changed

  • fixes #492 Sort ValidationMessage by its type. Thanks @​jsu216
  • fixes #490 Handle the situation when context class loader is null. Thanks @​vti and @​Viacheslav Tykhanovskyi
  • fixes #489 Fix flakiness in CollectorContextTest. Thanks @​pthariensflame
  • upgrade to logback 1.2.7 to resolve some x-ray warnnings
  • upgrade to undertow 2.2.14 to resolve some x-ray warnnings.
  • fixes #488 Fix violations of Sonar rule 2142. Thanks @​khaes-kth
  • fixes #477 apply default in objects and arrays. Thanks @​SiemelNaran
  • fixes #485 FailFast should not cause exception on if. Thanks @​gareth-robinson
  • fixes #483 Add Java Syntax Highlighting to specversion.md. Thanks @​JLLeitschuh
  • fixes #482 upgrade to joni 2.1.41 to resolve a security concern

1.0.64 - 2021-11-10

Changed

  • fixes #480 Time format validation supports milliseconds. Thanks @@​MatusSivak
  • fixes #479 Add dependentRequired and dependentSchemas validators. Thanks @@​kmalski

1.0.63 - 2021-10-21

Changed

  • fixes #470 OneOfValidator give incorrect message when the wrong json element is not the first one in the list. Thanks @​jsu216
  • fixes #472 fix i18n doesn't work with locale CHINA. Thanks @​wyzfzu

1.0.62 - 2021-10-16

Changed

  • fixes #456 OneOf only validate the first sub schema. This was a defect introduced in 1.0.58 and everyone should upgrade to 1.0.62 if you are using 1.0.58 to 1.0.61.

1.0.61 - 2021-10-09

Changed

  • fixes #461 1.0.60 Expects type To Be Array. Thanks @​bartoszm
  • fixes #459 Correcting the ref listeners config in WalkEvent class when fetching the getRefSchema. Thanks @​prashanthjos

... (truncated)

Commits
  • 4b5f7aa upgrade to 1.0.66 and update changelog
  • 4172360 Improve type validation of integrals (#496)
  • 7f96315 parent schema of additionItems can be correctly referenced (#493) (#497)
  • 788c0aa upgrade to 1.0.65 and update changelog
  • 8ada62c Sort ValidationMessage by its type (#492)
  • 30d4b4b Handle the situation when context class loader is null (#490)
  • 4ac0fbd Fix flakiness in CollectorContextTest (#489)
  • 0c2a855 upgrade to logback 1.2.7 to resolve some x-ray warnnings
  • 61e3dc9 upgrade to undertow 2.2.14 to resolve some x-ray warnnings
  • 911091a Fix violations of Sonar rule 2142 (#488)
  • 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 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)

Bumps [json-schema-validator](https://github.com/networknt/json-schema-validator) from 1.0.36 to 1.0.66.
- [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.36...1.0.66)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 20, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 7, 2022

Superseded by #28.

@dependabot dependabot bot closed this Mar 7, 2022
@dependabot dependabot bot deleted the dependabot/gradle/buildSrc/com.networknt-json-schema-validator-1.0.66 branch March 7, 2022 08:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant