Skip to content

Commit

Permalink
Upgrade to Hibernate Validator 5.4.1.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
joschi committed Apr 22, 2017
1 parent f40d08f commit 06f0ac7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/source/about/release-notes.rst
Expand Up @@ -14,6 +14,7 @@ v1.2.0: Unreleased
* Support Dropwizard applications without logback `#1900 <https://github.com/dropwizard/dropwizard/pull/1900>`_
* Replace deprecated SizeAndTimeBasedFNATP with SizeAndTimeBasedRollingPolicy `#1900 <https://github.com/dropwizard/dropwizard/pull/2100>`_
* Upgrade to H2 1.4.194
* Upgrade to Hibernate Validator 5.4.1.Final
* Upgrade to Jackson 2.8.8
* Upgrade to Jetty 9.4.4.v20170414
* Upgrade to Joda-Time 2.9.9
Expand Down
2 changes: 1 addition & 1 deletion dropwizard-bom/pom.xml
Expand Up @@ -68,7 +68,7 @@
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-validator</artifactId>
<version>5.3.4.Final</version>
<version>5.4.1.Final</version>
</dependency>
<dependency>
<groupId>org.glassfish</groupId>
Expand Down

0 comments on commit 06f0ac7

Please sign in to comment.