Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 22, 2025

Bumps org.hibernate.validator:hibernate-validator from 7.0.1.Final to 9.0.1.Final.

Changelog

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

9.0.1.Final (2025-06-13)

** Bug * HV-2117 NIP validation incorrectly accepts values ending in 0

** Improvement * HV-2116 Do not recreate PersistenceUtil in the built-in JPATraversableResolver * HV-2114 Add support for Korean foreigner resident registration number (RRN) validation * HV-2113 Adding Date Validation Condition in KorRRNValidator * HV-2112 Use the Hibernate theme for rendered javadocs * HV-2109 Bump Expressly version to 6.0.0

** Task * HV-1271 Move JavaDoc stylesheet.css to separate repo and fetch it from there

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

... (truncated)

Commits
  • 2dcb3e4 [Jenkins release job] Preparing release 9.0.1.Final
  • 9684d83 [Jenkins release job] changelog.txt updated by release build 9.0.1.Final
  • fc15c92 [Jenkins release job] README.md updated by release build 9.0.1.Final
  • eb3e3d7 HV-2117 NIP validation incorrectly accepts values ending in 0
  • 09f631e HV-2116 Do not recreate PersistenceUtil in the built-in JPATraversableResolver
  • 591fab4 HV-2114 Add support for Korean foreigner RRN validation
  • 475166a HV-2113 Adding condition to validate a date
  • 8d9d1e4 HV-2112 Use the Hibernate theme for rendered javadocs
  • b86f919 HV-2109 Bump Expressly version to 6.0.0
  • 7178691 [Jenkins release job] Preparing next development iteration
  • 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 added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Jun 22, 2025
@dependabot dependabot bot force-pushed the dependabot/gradle/org.hibernate.validator-hibernate-validator-9.0.1.Final branch from b5b282d to c69d099 Compare July 7, 2025 08:13
Bumps [org.hibernate.validator:hibernate-validator](https://github.com/hibernate/hibernate-validator) from 7.0.1.Final to 9.0.1.Final.
- [Changelog](https://github.com/hibernate/hibernate-validator/blob/9.0.1.Final/changelog.txt)
- [Commits](hibernate/hibernate-validator@7.0.1.Final...9.0.1.Final)

---
updated-dependencies:
- dependency-name: org.hibernate.validator:hibernate-validator
  dependency-version: 9.0.1.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/gradle/org.hibernate.validator-hibernate-validator-9.0.1.Final branch from c69d099 to aacb878 Compare July 7, 2025 08:19
@dondonz
Copy link
Member

dondonz commented Jul 22, 2025

This requires Java 17

@dondonz dondonz closed this Jul 22, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 22, 2025

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/gradle/org.hibernate.validator-hibernate-validator-9.0.1.Final branch July 22, 2025 22:46
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.

1 participant