Skip to content

Commit 2bfc475

Browse files
committed
[Jenkins release job] README.md updated by release build 5.4.2.Final
1 parent a6a692f commit 2bfc475

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Hibernate Validator
22

3-
*Version: 5.4.1.Final - 16-03-2017*
3+
*Version: 5.4.2.Final - 19-10-2017*
44

55

66
## What is it?
@@ -35,7 +35,7 @@ Logging will delegate any log requests to that provider.
3535
<dependency>
3636
<groupId>org.hibernate</groupId>
3737
<artifactId>hibernate-validator</artifactId>
38-
<version>5.4.1.Final</version>
38+
<version>5.4.2.Final</version>
3939
</dependency>
4040

4141
You also need an API and implementation of the Unified Expression Language. These dependencies must be explicitly added in an SE environment.
@@ -54,7 +54,7 @@ extension by adding the following dependency:
5454
<dependency>
5555
<groupId>org.hibernate</groupId>
5656
<artifactId>hibernate-validator-cdi</artifactId>
57-
<version>5.4.1.Final</version>
57+
<version>5.4.2.Final</version>
5858
</dependency>
5959

6060
* _hibernate-validator-annotation-processor-&lt;version&gt;.jar_ is an optional jar which can be integrated with your build

0 commit comments

Comments
 (0)