chore(deps): bump json-schema-validator to 2.0.4, decline 3.x#121
Merged
Conversation
Adopt 2.0.4, the latest patch on the Jackson 2-compatible 2.x line. The dependabot-proposed 3.0.6 major (#118) targets Jackson 3 (tools.jackson.*) and cannot compile against this Spring Boot 3.5 / Jackson 2 service without carrying a second Jackson generation through the evidence validation path; it was declined via dependabot ignore-major until the framework baseline moves to Jackson 3. No code changes required: the 2.0.0 SchemaRegistry/Schema API surface is unchanged in 2.0.4. 532/532 unit tests pass.
…dator-2.0.4 # Conflicts: # AUDIT.md
amavashev
enabled auto-merge
July 22, 2026 11:43
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
com.networknt:json-schema-validator2.0.0 → 2.0.4 — the latest patch on the Jackson 2-compatible 2.x linetools.jackson.*) and cannot compile against this Spring Boot 3.5 / Jackson 2 service without carrying a second Jackson generation through the evidence validation path@dependabot ignore this major version; revisit when the service moves to a Jackson 3 framework baselineValidation
mvn compileclean with 2.0.4 (no source changes needed — the 2.0.0SchemaRegistry/SchemaAPI surface is unchanged)