Skip to content

Commit

Permalink
Merge 8493d42 into ca12557
Browse files Browse the repository at this point in the history
  • Loading branch information
boidolr committed Jun 18, 2018
2 parents ca12557 + 8493d42 commit 3e3f01b
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.4.2.Final</version>
<version>6.0.10.Final</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down

0 comments on commit 3e3f01b

Please sign in to comment.