Skip to content

Commit a781b5a

Browse files
authored
Merge pull request apache#576 from apache/hiberante-validator
[WW-5193] Uses proper org.hibernate.validator groupId and upgrade to version 6.1.3.Final
2 parents 3f79d64 + b71732f commit a781b5a

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

apps/showcase/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,9 @@
150150

151151
<!-- BeanValidation Example -->
152152
<dependency>
153-
<groupId>org.hibernate</groupId>
153+
<groupId>org.hibernate.validator</groupId>
154154
<artifactId>hibernate-validator</artifactId>
155-
<version>6.1.2.Final</version>
155+
<version>${hibernate-validator.version}</version>
156156
</dependency>
157157

158158
</dependencies>

plugins/bean-validation/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545
</dependency>
4646

4747
<dependency>
48-
<groupId>org.hibernate</groupId>
48+
<groupId>org.hibernate.validator</groupId>
4949
<artifactId>hibernate-validator</artifactId>
50-
<version>6.1.2.Final</version>
50+
<version>${hibernate-validator.version}</version>
5151
<scope>test</scope>
5252
</dependency>
5353
<dependency>

pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@
119119
<tiles.version>3.0.8</tiles.version>
120120
<tiles-request.version>1.0.7</tiles-request.version>
121121
<maven-surefire-plugin.version>3.0.0-M4</maven-surefire-plugin.version>
122+
<hibernate-validator.version>6.1.3.Final</hibernate-validator.version>
122123

123124
<!-- Site generation -->
124125
<fluido-skin.version>1.9</fluido-skin.version>

0 commit comments

Comments
 (0)