File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Hibernate Validator
2
2
3
- * Version: 5.4.1 .Final - 16-03 -2017*
3
+ * Version: 5.4.2 .Final - 19-10 -2017*
4
4
5
5
6
6
## What is it?
@@ -35,7 +35,7 @@ Logging will delegate any log requests to that provider.
35
35
<dependency>
36
36
<groupId>org.hibernate</groupId>
37
37
<artifactId>hibernate-validator</artifactId>
38
- <version>5.4.1 .Final</version>
38
+ <version>5.4.2 .Final</version>
39
39
</dependency>
40
40
41
41
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:
54
54
<dependency>
55
55
<groupId>org.hibernate</groupId>
56
56
<artifactId>hibernate-validator-cdi</artifactId>
57
- <version>5.4.1 .Final</version>
57
+ <version>5.4.2 .Final</version>
58
58
</dependency>
59
59
60
60
* _ hibernate-validator-annotation-processor-< ; version> ; .jar_ is an optional jar which can be integrated with your build
You can’t perform that action at this time.
0 commit comments