Bump hibernate-validator from 6.1.7.Final to 7.0.1.Final
Bumps hibernate-validator from 6.1.7.Final to 7.0.1.Final.
Changelog
Sourced from hibernate-validator's changelog.
7.0.1.Final (06-02-2021)
** Task * HV-1826 - tck-runner - Reintroduce TCK Runner in container tests for Jakarta EE 9 using WildFly Preview
7.0.0.Final (23-12-2020)
** Bug * HV-1821 - engine - HV-1755 introduces NPE in org.hibernate.validator.internal.engine.ValidatorFactoryImpl constructor
** New Feature * HV-1822 - validators - Add Russian specific validator for russian taxpayer identification number
7.0.0.CR1 (07-12-2020)
** Bug * HV-1804 - translations - Fix Dutch translation for
@Sizeconstraint * HV-1797 - validators - Validation on classes with a bidirectional relationship cause stack overflow on 6.1.x** Improvement * HV-1815 - translations - Fix DecimalMax and DecimalMin in zh_CN translation * HV-1814 - tests - Upgrade JUnit to 4.13.1 * HV-1812 - engine - Avoid reflection-based metadata extraction for built-in value extractors
** New Feature * HV-1816 - engine - Disable Expression Language by default for custom constraint violations
** Task * HV-1820 - engine - Upgrade JBoss Logging to 3.4.1.Final * HV-1819 - engine - Upgrade Classmate to 1.5.1 * HV-1818 - build - Upgrade Jakarta API dependencies * HV-1817 - build - Upgrade to checkstyle 8.38 * HV-1809 - tests - Upgrade to TestNG 6.14.3 * HV-1808 - tests - Upgrade to Arquillian 1.7.0.Alpha4 * HV-1807 - build - Add Maven profile to improve contributor experience on Intellij IDEA * HV-1806 - tests - Use the local repository from the Maven build in OSGi/WildFly integration tests * HV-1805 - build - Add a Jenkinsfile to test multiple JDKs from a single job * HV-1803 - tests - Move the tests to log4j2 * HV-1802 - tests - Update ByteBuddy test dependency to 1.10.16 * HV-1795 - build - Remove link to JavaMoney javadoc
7.0.0.Alpha6 (22-07-2020)
** Task * HV-1792 - tck-runner - Upgrade Bean Validation TCK to 3.0.0
... (truncated)
Commits
135bf96[Jenkins release job] Preparing release 7.0.1.Final18f4945[Jenkins release job] changelog.txt updated by release build 7.0.1.Final8e57eb5[Jenkins release job] README.md updated by release build 7.0.1.Finalcab23f8HV-1826 Fix Arquillian XML issue with JDK 11d6a9d41HV-1826 Reintroduce TCK Runner in container tests4bf9332HV-1826 Disable Javax.money tests for now42a84b4[Jenkins release job] Preparing next development iteration7642f26[Jenkins release job] Preparing release 7.0.0.Final28c5dd8[Jenkins release job] changelog.txt updated by release build 7.0.0.Final188cdda[Jenkins release job] README.md updated by release build 7.0.0.Final- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
org.springframework.validation.beanvalidation.LocalValidatorFactoryBean which is created in BeanConfiguration uses the javax.* namespace. unfortunately, spring still uses hibernate validator < 7.0 and therefore the older namespace. this PR has to wait.
A newer version of org.hibernate.validator:hibernate-validator exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.
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.