Skip to content

Commit 7ebaa48

Browse files
Bump com.networknt:json-schema-validator from 1.5.7 to 1.5.8 (#309)
Bumps [com.networknt:json-schema-validator](https://github.com/networknt/json-schema-validator) from 1.5.7 to 1.5.8. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/networknt/json-schema-validator/releases">com.networknt:json-schema-validator's releases</a>.</em></p> <blockquote> <h2>1.5.8- 2025-06-27</h2> <h3>Added</h3> <h3>Changed</h3> <ul> <li>upgrade maven-gpg to 3.2.7</li> <li>Fix walk with validate when node is null (<a href="https://redirect.github.com/networknt/json-schema-validator/issues/1169">#1169</a>) Thanks <a href="https://github.com/justin-tay"><code>@​justin-tay</code></a></li> <li>add central-publishing-maven-plugin</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/networknt/json-schema-validator/blob/master/CHANGELOG.md">com.networknt:json-schema-validator's changelog</a>.</em></p> <blockquote> <h1>Change Log</h1> <p>All notable changes to this project will be documented in this file.</p> <p>This format is based on <a href="http://keepachangelog.com/">Keep a Changelog</a>.</p> <p>This project does not adhere to <a href="https://semver.org/">Semantic Versioning</a> and minor version changes can have incompatible API changes. These incompatible API changes will largely affect those who have custom validator or walker implementations. Those who just use the library to validate using the standard JSON Schema Draft specifications may not need changes.</p> <h2>[Unreleased]</h2> <h3>Added</h3> <h3>Changed</h3> <h2>1.5.8- 2025-06-27</h2> <h3>Added</h3> <h3>Changed</h3> <ul> <li>upgrade maven-gpg to 3.2.7</li> <li>Fix walk with validate when node is null (<a href="https://redirect.github.com/networknt/json-schema-validator/issues/1169">#1169</a>) Thanks <a href="https://github.com/justin-tay"><code>@​justin-tay</code></a></li> <li>add central-publishing-maven-plugin</li> </ul> <h2>1.5.7- 2025-05-23</h2> <h3>Added</h3> <h3>Changed</h3> <ul> <li>upgrade nexus-staging verison</li> <li>Fix OverrideValidatorTest (<a href="https://redirect.github.com/networknt/json-schema-validator/issues/1159">#1159</a>) Thanks <a href="https://github.com/justin-tay"><code>@​justin-tay</code></a></li> <li>update slf4j to 2.0.17</li> <li>update jackson to 2.18.3</li> </ul> <h2>1.5.6- 2025-02-19</h2> <h3>Added</h3> <h3>Changed</h3> <ul> <li>Set requires static for optional and excludable dependencies (<a href="https://redirect.github.com/networknt/json-schema-validator/issues/1155">#1155</a>) Thanks <a href="https://github.com/justin-tay"><code>@​justin-tay</code></a></li> <li>Fix NPE when walking a missing node that will have missing properties (<a href="https://redirect.github.com/networknt/json-schema-validator/issues/1152">#1152</a>) Thanks <a href="https://github.com/justin-tay"><code>@​justin-tay</code></a></li> <li>Fix relative iris with colons (<a href="https://redirect.github.com/networknt/json-schema-validator/issues/1147">#1147</a>) Thanks <a href="https://github.com/justin-tay"><code>@​justin-tay</code></a></li> <li>Fix explicit disabling of format assertions (<a href="https://redirect.github.com/networknt/json-schema-validator/issues/1145">#1145</a>) Thanks <a href="https://github.com/justin-tay"><code>@​justin-tay</code></a></li> </ul> <h2>1.5.5 - 2025-01-14</h2> <h3>Added</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/networknt/json-schema-validator/commit/d46d11c3c28573e94eb08576672e9323ecd57180"><code>d46d11c</code></a> upgrade to 1.5.8 and update changelog</li> <li><a href="https://github.com/networknt/json-schema-validator/commit/a3c0dacf03ffd6390ca1a8003e0d52932836af05"><code>a3c0dac</code></a> upgrade maven-gpg to 3.2.7</li> <li><a href="https://github.com/networknt/json-schema-validator/commit/ffe4ca0e5b6c8cedf78b418106e900998dfdbbd3"><code>ffe4ca0</code></a> Fix walk with validate when node is null (<a href="https://redirect.github.com/networknt/json-schema-validator/issues/1169">#1169</a>)</li> <li><a href="https://github.com/networknt/json-schema-validator/commit/2cd2baa5595e46920d5152c083c82bff0b4ac44a"><code>2cd2baa</code></a> add central-publishing-maven-plugin</li> <li>See full diff in <a href="https://github.com/networknt/json-schema-validator/compare/1.5.7...1.5.8">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.networknt:json-schema-validator&package-manager=gradle&previous-version=1.5.7&new-version=1.5.8)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 <dependency name> 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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 70aae86 commit 7ebaa48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ openapi-jackson = { module = "io.openapiprocessor:io-jackson" }
3636
jackson-bom = { group = "com.fasterxml.jackson", name = "jackson-bom", version.ref = "jackson" }
3737
jackson-databind = { module = "com.fasterxml.jackson.core:jackson-databind" }
3838
jackson-yaml = { module = "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml" }
39-
networknt-validator = { group = "com.networknt", name = "json-schema-validator", version = "1.5.7" }
39+
networknt-validator = { group = "com.networknt", name = "json-schema-validator", version = "1.5.8" }
4040
kotlin-codepoints = { group = "de.cketti.unicode", name = "kotlin-codepoints", version = "0.10.0" }
4141
normalize = { group = "com.doist.x", name = "normalize", version = "1.2.0" }
4242
karacteristics = { group = "io.github.optimumcode", name = "karacteristics", version = "0.0.6" }

0 commit comments

Comments
 (0)