Skip to content

Commit

Permalink
Upgrade to Hibernate 5.2.10.Final
Browse files Browse the repository at this point in the history
Closes ##1998
  • Loading branch information
joschi committed Apr 22, 2017
1 parent 06f0ac7 commit 829e8f2
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 5.2.10.Final
* Upgrade to Hibernate Validator 5.4.1.Final
* Upgrade to Jackson 2.8.8
* Upgrade to Jetty 9.4.4.v20170414
Expand Down
2 changes: 1 addition & 1 deletion dropwizard-bom/pom.xml
Expand Up @@ -123,7 +123,7 @@
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
<version>5.2.8.Final</version>
<version>5.2.10.Final</version>
<exclusions>
<exclusion>
<groupId>org.jboss.logging</groupId>
Expand Down

0 comments on commit 829e8f2

Please sign in to comment.