Skip to content

Commit f0cc7bd

Browse files
Bump org.hibernate.validator:hibernate-validator from 8.0.1.Final to 8.0.2.Final (#732)
Bumps [org.hibernate.validator:hibernate-validator](https://github.com/hibernate/hibernate-validator) from 8.0.1.Final to 8.0.2.Final. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/hibernate/hibernate-validator/blob/8.0.2.Final/changelog.txt">org.hibernate.validator:hibernate-validator's changelog</a>.</em></p> <blockquote> <h2>8.0.2.Final (2024-12-13)</h2> <p>** Bug * HV-2067 UUID version not correctly validated * HV-2002 Brazilian Titulo Eleitoral not correctly validating on some scenarios * HV-1959 Typo fix for Ukrainian localization * HV-1829 Hibernate docs still reference ConstraintDefinitionContributor which was removed in 5.3</p> <p>** Improvement * HV-2066 update document section 3.1.1 * HV-1981 Use Maven 3.9.6 in CI builds and as a required minimum version for the build * HV-1943 Some french validation messages are not quite accurate</p> <p>** Task * HV-1990 Test Hibernate Validator against JDK 24 * HV-1989 Update documentation examples to use the min required Java version where applicable * HV-1980 Update gpg plugin configuration * HV-1969 Test Hibernate Validator against JDK 23 * HV-1968 Force user.country when testing</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hibernate/hibernate-validator/commit/8420c55108f5b033600b6a7d246b6671ffbd6b27"><code>8420c55</code></a> [Jenkins release job] Preparing release 8.0.2.Final</li> <li><a href="https://github.com/hibernate/hibernate-validator/commit/a188186881020df56ed8a3a8ddee7e5844cbc64a"><code>a188186</code></a> [Jenkins release job] changelog.txt updated by release build 8.0.2.Final</li> <li><a href="https://github.com/hibernate/hibernate-validator/commit/5b8eb7d00c226fc3bbf9d3697830278655f6c591"><code>5b8eb7d</code></a> [Jenkins release job] README.md updated by release build 8.0.2.Final</li> <li><a href="https://github.com/hibernate/hibernate-validator/commit/24ccce70132f37d7cc280646b87a56e3836f8594"><code>24ccce7</code></a> Specify an explicit plexus-utils dependency for <code>copy-maven-plugin</code></li> <li><a href="https://github.com/hibernate/hibernate-validator/commit/0a9bfaaa51da2b6583e4cb81f995b27b519eb37a"><code>0a9bfaa</code></a> Add more rules to gitignore</li> <li><a href="https://github.com/hibernate/hibernate-validator/commit/ad8e0b17af2435156e4ea6812ed0e966b02a9573"><code>ad8e0b1</code></a> Include maven wrapper</li> <li><a href="https://github.com/hibernate/hibernate-validator/commit/d4b82106550fc6e7d8b3fd2dd6830c9cf288cace"><code>d4b8210</code></a> HV-2067 Adjust UUID's version/variant validation</li> <li><a href="https://github.com/hibernate/hibernate-validator/commit/bb039fd9c7ead2d5376a9181a6191f3e492bc4ee"><code>bb039fd</code></a> HV-1829 Remove mentions of the ConstraintDefinitionContributor from the docs</li> <li><a href="https://github.com/hibernate/hibernate-validator/commit/87335234b9a80ff1191cc700bf4c35357ad89323"><code>8733523</code></a> HV-2066 Update documentation section 3.1.1</li> <li><a href="https://github.com/hibernate/hibernate-validator/commit/b23a4c481b783994d18388830cd6f7bbfcd93421"><code>b23a4c4</code></a> HV-1989 Fix spec version in the CDI extension manifest</li> <li>Additional commits viewable in <a href="https://github.com/hibernate/hibernate-validator/compare/8.0.1.Final...8.0.2.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=8.0.1.Final&new-version=8.0.2.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 6a30338 + 189ade3 commit f0cc7bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

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

127127
<!-- JPA deps -->
128128
<hibernate.version>6.6.3.Final</hibernate.version>
129-
<hibernate.validator.version>8.0.1.Final</hibernate.validator.version>
129+
<hibernate.validator.version>8.0.2.Final</hibernate.validator.version>
130130
<eclipselink.version>4.0.4</eclipselink.version>
131131
<jpa.version>3.1.0</jpa.version>
132132
<jakarta.annotation.version>3.0.0</jakarta.annotation.version>

0 commit comments

Comments
 (0)