mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 09:25:49 +00:00
Downgrade hibernate-validator to 6.2.0.Final
This commit is contained in:
parent
f8813811c7
commit
a8b0036a28
1 changed files with 2 additions and 1 deletions
3
pom.xml
3
pom.xml
|
@ -29,7 +29,7 @@
|
||||||
<wro4j.version>1.10.1</wro4j.version>
|
<wro4j.version>1.10.1</wro4j.version>
|
||||||
<wro4j-extensions.version>1.3.8</wro4j-extensions.version>
|
<wro4j-extensions.version>1.3.8</wro4j-extensions.version>
|
||||||
<activeweb-lessc-maven-plugin.version>3.0-j11</activeweb-lessc-maven-plugin.version>
|
<activeweb-lessc-maven-plugin.version>3.0-j11</activeweb-lessc-maven-plugin.version>
|
||||||
<hibernate-validator.version>7.0.1.Final</hibernate-validator.version>
|
<hibernate-validator.version>6.2.0.Final</hibernate-validator.version>
|
||||||
<jacoco.version>0.8.7</jacoco.version>
|
<jacoco.version>0.8.7</jacoco.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
|
@ -136,6 +136,7 @@
|
||||||
<artifactId>hibernate-validator-annotation-processor</artifactId>
|
<artifactId>hibernate-validator-annotation-processor</artifactId>
|
||||||
<version>${hibernate-validator.version}</version>
|
<version>${hibernate-validator.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
|
Loading…
Reference in a new issue