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.3.4 .Final - 08-12-2016 *
3
+ * Version: 5.3.5 .Final - 15-03-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.3.4 .Final</version>
38
+ <version>5.3.5 .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.
@@ -59,7 +59,7 @@ extension by adding the following dependency:
59
59
<dependency>
60
60
<groupId>org.hibernate</groupId>
61
61
<artifactId>hibernate-validator-cdi</artifactId>
62
- <version>5.3.4 .Final</version>
62
+ <version>5.3.5 .Final</version>
63
63
</dependency>
64
64
65
65
* _ 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