diff --git a/README.md b/README.md index 89bfbcbd..6dcf964b 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Its features include 2. configuring of not only String values, but fields of arbitrary types 3. configuring of collection fields 4. merging configs -5. JSR303 validation of the instances it builds. +5. [JSR380](https://www.jcp.org/en/jsr/detail?id=380) validation of the instances it builds. Motivation ---------- diff --git a/pom.xml b/pom.xml index 9ecc101b..30fea385 100644 --- a/pom.xml +++ b/pom.xml @@ -190,7 +190,7 @@ javax.validation validation-api - 1.1.0.Final + 2.0.1.Final javax.el @@ -203,9 +203,9 @@ 2.2.6 - org.hibernate + org.hibernate.validator hibernate-validator - 5.4.2.Final + 6.0.10.Final org.slf4j