Skip to content

Commit ac20bb8

Browse files
Build(deps): Bump org.hibernate.validator:hibernate-validator from 9.0.1.Final to 9.1.0.Final (#1466)
Bumps [org.hibernate.validator:hibernate-validator](https://github.com/hibernate/hibernate-validator) from 9.0.1.Final to 9.1.0.Final. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/hibernate/hibernate-validator/releases">org.hibernate.validator:hibernate-validator's releases</a>.</em></p> <blockquote> <h2>Release 9.1.0.Final</h2> <h1>Hibernate Validator 9.1.0.Final released</h1> <p>We are pleased to announce the release of Hibernate Validator 9.1: 9.1.0.Final.</p> <p>You can find the full list of 9.1.0.Final changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HV%20AND%20fixVersion%20%3D%209.1.0.Final">here</a>.</p> <h2>What's new</h2> <p>This release mainly targets to improve performance. At the same time it contains a few other improvements, new constraints and more. See the <a href="https://docs.hibernate.org/validator/9.1/whats-new/en-US/html_single">&quot;what's new&quot;</a> page to learn more.</p> <p>You can also find the report on validation performace improvements at our <a href="https://in.relation.to/2025/09/29/hibernate-validator-benchmark/">blog</a>.</p> <h2>Conclusion</h2> <p>For additional details, see:</p> <ul> <li>the <a href="https://hibernate.org/validator/releases/9.1/">release page</a></li> <li>the <a href="https://docs.hibernate.org/validator/9.1/migration-guide/">Migration Guide</a></li> <li>the <a href="https://docs.hibernate.org/validator/9.1/reference/en-US/html_single/#validator-gettingstarted">Getting started</a></li> <li>the <a href="https://docs.hibernate.org/validator/9.1/reference/en-US/html_single/">Reference Guide</a></li> <li>the <a href="https://docs.hibernate.org/validator/9.1/api">API docs</a></li> </ul> <p>Visit the <a href="https://hibernate.org/community/">website</a> for details on getting in touch with us.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/hibernate/hibernate-validator/blob/main/changelog.txt">org.hibernate.validator:hibernate-validator's changelog</a>.</em></p> <blockquote> <h2>9.1.0.Final (2025-11-07)</h2> <p><a href="https://hibernate.atlassian.net/projects/HV/versions/35947">https://hibernate.atlassian.net/projects/HV/versions/35947</a></p> <p>** Improvement * HV-2154 Include hibernate-validator-test-utils in the dist bundle * HV-2153 Create migration guide as part of the project sources * HV-2152 Add a &quot;What's New&quot; document for series</p> <h2>9.1.0.CR1 (2025-10-29)</h2> <p>** Bug * HV-2151 CachingTraversableResolverForSingleValidation won't work</p> <p>** Improvement * HV-2148 Update Hibernate asciidoc theme to 6.1.1.Final</p> <p>** Task * HV-2150 Test against wildfly-preview 38.0.0.Final * HV-2149 Lower the log level for some resource bundle messages</p> <h2>9.1.0.Beta1 (2025-10-22)</h2> <p>** Improvement * HV-2147 Bump Apache Groovy to 5.0.2 * HV-2145 Require JDK 25 for the build * HV-2144 Update to com.fasterxml:classmate 1.7.1 * HV-2143 Apply the unified Hibernate Documentation theme</p> <p>** New Feature * HV-2137 Add IpAddress constraint</p> <p>** Task * HV-2142 Stage documentation and javadocs to projectroot/target/staging-deploy/documentation</p> <h2>9.1.0.Alpha2 (2025-09-19)</h2> <p>** Improvement * HV-2140 Bump Apache Groovy to 5.0.1 * HV-2139 Introduce a RandomAccessPath as an extension of the org.hibernate.validator.path.Path * HV-2138 Include license file in the META-INF of published artifacts * HV-2135 Do not initialize the alreadyProcessedGroups unless necessary in BeanValueContext * HV-2004 add constant pool for <a href="https://github.com/Pattern"><code>@​Pattern</code></a></p> <p>** Task</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hibernate/hibernate-validator/commit/6a1892c0f6fc07cf0d70bc2915582a5c100de366"><code>6a1892c</code></a> [Jenkins release job] Preparing release 9.1.0.Final</li> <li><a href="https://github.com/hibernate/hibernate-validator/commit/24e2fa26ad77b49693dea23abf8df5490e956c9e"><code>24e2fa2</code></a> [Jenkins release job] changelog.txt updated by release build 9.1.0.Final</li> <li><a href="https://github.com/hibernate/hibernate-validator/commit/f3d68efae3f9628aa37fba7f65a277097bba3c15"><code>f3d68ef</code></a> [Jenkins release job] README.md updated by release build 9.1.0.Final</li> <li><a href="https://github.com/hibernate/hibernate-validator/commit/b907d99f6cd6e151ad98763febacc9790667a502"><code>b907d99</code></a> Fix file permissions on XMLs</li> <li><a href="https://github.com/hibernate/hibernate-validator/commit/973915321739c106e9d4f42c149aea1de750ba02"><code>9739153</code></a> Use alternative Release Scripts</li> <li><a href="https://github.com/hibernate/hibernate-validator/commit/a9822c659b17bac3d097523955be1f4a6a5caf6c"><code>a9822c6</code></a> Bump the build-dependencies group with 4 updates</li> <li><a href="https://github.com/hibernate/hibernate-validator/commit/109c5f8470620c694b3771c80db47c994abad098"><code>109c5f8</code></a> HV-2152 Adjust the previous stable version</li> <li><a href="https://github.com/hibernate/hibernate-validator/commit/e0202462e1c287fb017259c1c213cd73179b202e"><code>e020246</code></a> HV-2154 Include hibernate-validator-test-utils in the dist bundle</li> <li><a href="https://github.com/hibernate/hibernate-validator/commit/42ee1b0f8e29df9e6f475f21a4666065b5d9c2f4"><code>42ee1b0</code></a> HV-2152 Add a &quot;What's New&quot; document for series / HV-2153 Create migration gui...</li> <li><a href="https://github.com/hibernate/hibernate-validator/commit/f394975256b68cf5fdd3d7a1b6920db7b421b1ad"><code>f394975</code></a> Bump the workflow-actions group with 2 updates</li> <li>Additional commits viewable in <a href="https://github.com/hibernate/hibernate-validator/compare/9.0.1.Final...9.1.0.Final">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.hibernate.validator:hibernate-validator&package-manager=maven&previous-version=9.0.1.Final&new-version=9.1.0.Final)](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>
2 parents faba07c + 9b70a30 commit ac20bb8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118

119119
<!-- JPA deps -->
120120
<hibernate.version>7.0.9.Final</hibernate.version>
121-
<hibernate.validator.version>9.0.1.Final</hibernate.validator.version>
121+
<hibernate.validator.version>9.1.0.Final</hibernate.validator.version>
122122
<eclipselink.version>5.0.0-B11</eclipselink.version>
123123
<jpa.version>3.2.0</jpa.version>
124124
<jakarta.annotation.version>3.0.0</jakarta.annotation.version>

0 commit comments

Comments
 (0)