Merge pull request #15215 from anuragkumawat/JAVA-27197

JAVA-27197 Upgrade hibernate-validator version in spring-thymeleaf-5 module
This commit is contained in:
Kasra Madadipouya 2023-11-15 23:51:43 +01:00 committed by GitHub
commit df734f467b
4 changed files with 5 additions and 5 deletions

View File

@ -142,7 +142,7 @@
<httpcore.version>4.4.5</httpcore.version>
<httpclient.version>4.5.2</httpclient.version>
<!-- various -->
<hibernate-validator.version>6.0.10.Final</hibernate-validator.version>
<hibernate-validator.version>8.0.1.Final</hibernate-validator.version>
<javax.el.version>3.0.1-b08</javax.el.version>
<!-- util -->
<geoip2.version>2.8.0</geoip2.version>

View File

@ -139,7 +139,7 @@
<org.thymeleaf.extras-version>3.0.4.RELEASE</org.thymeleaf.extras-version>
<thymeleaf-layout-dialect.version>2.4.1</thymeleaf-layout-dialect.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 -->
<cargo-maven2-plugin.version>1.6.1</cargo-maven2-plugin.version>
</properties>

View File

@ -140,7 +140,7 @@
<org.thymeleaf.extras-version>3.0.4.RELEASE</org.thymeleaf.extras-version>
<thymeleaf-layout-dialect.version>2.4.1</thymeleaf-layout-dialect.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 -->
<cargo-maven3-plugin.version>1.9.9</cargo-maven3-plugin.version>
</properties>

View File

@ -49,7 +49,7 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<groupId>org.hibernate.validator</groupId>
<artifactId>hibernate-validator-cdi</artifactId>
<version>${hibernate-validator.version}</version>
</dependency>
@ -115,7 +115,7 @@
<vraptor.version>4.2.0.Final</vraptor.version>
<weld.version>2.1.2.Final</weld.version>
<el.version>2.2</el.version>
<hibernate-validator.version>5.1.1.Final</hibernate-validator.version>
<hibernate-validator.version>8.0.1.Final</hibernate-validator.version>
<vraptor-freemarker.version>4.1.0-RC3</vraptor-freemarker.version>
<vraptor-hibernate.version>4.0.4</vraptor-hibernate.version>
<mysql-connector.version>8.0.8-dmr</mysql-connector.version>