JAVA-27198 Upgrade hibernate-validator version in spring-thymeleaf module
This commit is contained in:
parent
f94f248f5a
commit
68f4c0517c
|
@ -140,7 +140,7 @@
|
||||||
<org.thymeleaf.extras-version>3.0.4.RELEASE</org.thymeleaf.extras-version>
|
<org.thymeleaf.extras-version>3.0.4.RELEASE</org.thymeleaf.extras-version>
|
||||||
<thymeleaf-layout-dialect.version>2.4.1</thymeleaf-layout-dialect.version>
|
<thymeleaf-layout-dialect.version>2.4.1</thymeleaf-layout-dialect.version>
|
||||||
<javax.validation-version>2.0.1.Final</javax.validation-version>
|
<javax.validation-version>2.0.1.Final</javax.validation-version>
|
||||||
<hibernate-validator.version>6.0.11.Final</hibernate-validator.version>
|
<hibernate-validator.version>8.0.1.Final</hibernate-validator.version>
|
||||||
<!-- Maven plugins -->
|
<!-- Maven plugins -->
|
||||||
<cargo-maven3-plugin.version>1.9.9</cargo-maven3-plugin.version>
|
<cargo-maven3-plugin.version>1.9.9</cargo-maven3-plugin.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
Loading…
Reference in New Issue