Skip to content

Commit f3495a5

Browse files
committed
pom.xml: updated hibernate-validator to 5.0.0.Alpha1
New version also fixes bug HV-591 when long emails leads to exception. validation-api artifact updated accordingly. @see http://in.relation.to/Bloggers/FirstAlphaReleaseOfHibernateValidator5 @see https://hibernate.onjira.com/browse/HV-591
1 parent f826ee1 commit f3495a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<properties>
1313
<guava.version>12.0</guava.version>
1414
<hibernate.version>3.6.8.Final</hibernate.version>
15-
<hibernate.validator.version>4.3.0.Final</hibernate.validator.version>
15+
<hibernate.validator.version>5.0.0.Alpha1</hibernate.validator.version>
1616
<lombok.version>0.11.0</lombok.version>
1717
<mysql.connector.version>5.1.18</mysql.connector.version>
1818
<selenium.version>2.22.0</selenium.version>
@@ -60,7 +60,7 @@
6060
<dependency>
6161
<groupId>javax.validation</groupId>
6262
<artifactId>validation-api</artifactId>
63-
<version>1.0.0.GA</version>
63+
<version>1.1.0.Alpha1</version>
6464
</dependency>
6565

6666
<dependency>

0 commit comments

Comments
 (0)