Skip to content

chore(deps): bump com.github.victools:jsonschema-generator from 4.38.0 to 5.0.0#403

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/com.github.victools-jsonschema-generator-5.0.0
Closed

chore(deps): bump com.github.victools:jsonschema-generator from 4.38.0 to 5.0.0#403
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/com.github.victools-jsonschema-generator-5.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 31, 2026

Bumps com.github.victools:jsonschema-generator from 4.38.0 to 5.0.0.

Release notes

Sourced from com.github.victools:jsonschema-generator's releases.

5.0.0 – Jackson 3 & Java 17

jsonschema-generator

Changed

  • BREAKING CHANGE: minimum Java version 17
  • BREAKING CHANGE: minimum Jackson version 3.x

Fixed

  • remove invalid format for standard LocalDateTime string definition

jsonschema-module-jackson

Added

  • introduce JacksonSchemaModule as alternative name to the JacksonModule (old class name kept for backward compatibility)

Fixed

  • support @JacksonAnnotationsInside annotated combo annotations also when looking for @JsonPropertyDescription
Changelog

Sourced from com.github.victools:jsonschema-generator's changelog.

[5.0.0] - 2026-02-07

jsonschema-generator

Changed

  • BREAKING CHANGE: minimum Java version 17
  • BREAKING CHANGE: minimum Jackson version 3.x

Fixed

  • remove invalid format for standard LocalDateTime string definition

jsonschema-module-jackson

Added

  • introduce JacksonSchemaModule as alternative name to the JacksonModule (old class name kept for backward compatibility)

Fixed

  • support @JacksonAnnotationsInside annotated combo annotations also when looking for @JsonPropertyDescription
Commits

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 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)

This change is Reviewable

Bumps [com.github.victools:jsonschema-generator](https://github.com/victools/jsonschema-generator) from 4.38.0 to 5.0.0.
- [Release notes](https://github.com/victools/jsonschema-generator/releases)
- [Changelog](https://github.com/victools/jsonschema-generator/blob/main/CHANGELOG.md)
- [Commits](victools/jsonschema-generator@v4.38.0...v5.0.0)

---
updated-dependencies:
- dependency-name: com.github.victools:jsonschema-generator
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Mar 31, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Mar 31, 2026

Labels

The following labels could not be found: chore. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@github-actions
Copy link
Copy Markdown

⚠️ Deprecation Warning: The deny-licenses option is deprecated for possible removal in the next major release. For more information, see issue 997.

Dependency Review

The following issues were found:
  • ✅ 0 vulnerable package(s)
  • ✅ 0 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ⚠️ 1 package(s) with unknown licenses.
See the Details below.

Snapshot Warnings

⚠️: No snapshots were found for the head SHA 7696e67.
Ensure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice.

License Issues

pom.xml

PackageVersionLicenseIssue Type
com.github.victools:jsonschema-generator5.0.0NullUnknown License
Denied Licenses: GPL-3.0, AGPL-3.0

OpenSSF Scorecard

PackageVersionScoreDetails
maven/com.github.victools:jsonschema-generator 5.0.0 🟢 5.6
Details
CheckScoreReason
Code-Review🟢 6Found 11/18 approved changesets -- score normalized to 6
Packaging⚠️ -1packaging workflow not detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Maintained🟢 1015 commit(s) and 5 issue activity found in the last 90 days -- score normalized to 10
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Binary-Artifacts🟢 10no binaries found in the repo
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Security-Policy⚠️ 0security policy file not detected
License🟢 10license file detected
Fuzzing⚠️ 0project is not fuzzed
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
SAST🟢 9SAST tool detected but not run on all commits

Scanned Files

  • pom.xml

@ginccc
Copy link
Copy Markdown
Member

ginccc commented Apr 14, 2026

v5.0.0 requires Jackson 3.x (tools.jackson namespace). EDDI uses Jackson 2.x managed by the Quarkus BOM — this is blocked until a full Jackson migration. Closing.

@ginccc ginccc closed this Apr 14, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 14, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/maven/com.github.victools-jsonschema-generator-5.0.0 branch April 14, 2026 19:19
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