Skip to content

Commit

Permalink
Merge 521d37d into 8417130
Browse files Browse the repository at this point in the history
  • Loading branch information
boidolr committed Jun 16, 2018
2 parents 8417130 + 521d37d commit 89fc9b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
----------
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
<dependency>
<groupId>javax.validation</groupId>
<artifactId>validation-api</artifactId>
<version>1.1.0.Final</version>
<version>2.0.1.Final</version>
</dependency>
<dependency>
<groupId>javax.el</groupId>
Expand All @@ -203,9 +203,9 @@
<version>2.2.6</version>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<groupId>org.hibernate.validator</groupId>
<artifactId>hibernate-validator</artifactId>
<version>5.3.4.Final</version>
<version>6.0.10.Final</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down

0 comments on commit 89fc9b3

Please sign in to comment.