Skip to content

Bump org.hibernate.validator:hibernate-validator from 8.0.2.Final to 9.0.0.Final #596

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 26, 2025

Bumps org.hibernate.validator:hibernate-validator from 8.0.2.Final to 9.0.0.Final.

Changelog

Sourced from org.hibernate.validator:hibernate-validator's changelog.

9.0.0.Final (2025-05-20)

** Bug * HV-2074 Customizing PropertyNodeNameProvider Not Working in Programmatic Constraint Definition * HV-1917 MinDuration/MaxDuration validation message (english) broken for zero duration.

** Improvement * HV-2103 Include Jakarta Validation 3.1 XSDs * HV-2102 Disable external schema loading * HV-2094 Bump Jakarta EE BOM to 11.0.0 * HV-2093 Bump joda-time to 2.14.0 * HV-2091 Upgrade paranamer to 2.8.3 * HV-2090 Update to OpenJFX to 17.0.14 * HV-2089 Upgrade paranamer to 2.8.2 * HV-2088 Bump Jakarta EE BOM to 11.0.0-RC1 * HV-2087 Upgrade jboss-logging-tools to 3.0.4.Final * HV-2086 Bump Apache Groovy to 4.0.26 * HV-2085 Upgrade paranamer to 2.8.1 * HV-2084 Bump Jakarta EE BOM to 11.0.0-M5 * HV-2079 Bump joda-time to 2.13.1 * HV-2078 Bump Apache Groovy to 4.0.25

** Task * HV-2108 Test against wildfly-preview 36.0.1.Final * HV-2107 Enable copytocliboard extension from hibernate-asciidoctor-extensions * HV-2104 Remove Google Analytics * HV-2101 Test against wildfly-preview 36.0.0.Final * HV-2096 Use JReleaser to publish hibernate artifacts * HV-2095 Upgrade hibernate-asciidoctor-theme to 5.0.6.Final * HV-2081 Test against wildfly-preview 35.0.1.Final * HV-2077 Align content of CONTRIBUTING.md with what's in other projects * HV-2076 Test against wildfly-preview 35.0.0.Final * HV-2075 Upgrade to wildfly-arquillian-container-managed 5.1.0.Beta9 for testing * HV-2072 Make Hibernate Validator integration tests running on JDK 24+ * HV-2071 Build with JDK 21 * HV-2070 Use maven-assembly-plugin instead of copy-maven-plugin to rename the pdf documents * HV-2023 Add a step to build pdf documentation to the nightly CI job

9.0.0.CR1 (2024-12-13)

** Bug * HV-2067 UUID version not correctly validated * HV-2061 OSGi: HV 9.0.0.Beta1/2/3 imports wrong OSGi package version of Jakarta EL * HV-2044 The distribution package is missing the javadocs sub directory
* HV-1955 NotBlankValidator is not consistent with Jakarta @​NotBlank specs * HV-1829 Hibernate docs still reference ConstraintDefinitionContributor which was removed in 5.3

** Improvement

... (truncated)

Commits
  • c8913f9 [Jenkins release job] Preparing release 9.0.0.Final
  • 4afef4f [Jenkins release job] changelog.txt updated by release build 9.0.0.Final
  • fee9039 [Jenkins release job] README.md updated by release build 9.0.0.Final
  • fa7cd37 HV-2096 Use altReleaseDeploymentRepository to keep the flattened poms clean
  • d4aabc9 HV-2096 Use JReleaser to publish hibernate artifacts
  • 2994865 HV-2108 Test against wildfly-preview 36.0.1.Final
  • 6fecd45 HV-2107 Enable copytocliboard extension from hibernate-asciidoctor-extensions
  • 7ffd0a2 Bump the build-dependencies group across 1 directory with 4 updates
  • d30d626 HV-2104 Remove Google Analytics
  • 47da572 Bump com.gradle:common-custom-user-data-maven-extension
  • 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 <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)

@dependabot dependabot bot requested a review from fjtirado as a code owner May 26, 2025 14:08
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels May 26, 2025
@ricardozanini
Copy link
Member

@dependabot rebase

Bumps [org.hibernate.validator:hibernate-validator](https://github.com/hibernate/hibernate-validator) from 8.0.2.Final to 9.0.0.Final.
- [Changelog](https://github.com/hibernate/hibernate-validator/blob/main/changelog.txt)
- [Commits](hibernate/hibernate-validator@8.0.2.Final...9.0.0.Final)

---
updated-dependencies:
- dependency-name: org.hibernate.validator:hibernate-validator
  dependency-version: 9.0.0.Final
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/main/org.hibernate.validator-hibernate-validator-9.0.0.Final branch from f24cfc6 to 5c566ca Compare May 26, 2025 15:59
@ricardozanini ricardozanini merged commit bfa8104 into main May 26, 2025
2 checks passed
@ricardozanini ricardozanini deleted the dependabot/maven/main/org.hibernate.validator-hibernate-validator-9.0.0.Final branch May 26, 2025 16:03
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 java Pull requests that update java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants