Skip to content

Commit

Permalink
Bump Hibernate from 5.2.5 to 5.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
vvondra committed Feb 9, 2017
1 parent 8cb8f38 commit 9409980
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/about/release-notes.rst
Expand Up @@ -9,6 +9,7 @@ Release Notes
v1.1.0: Unreleased
==================

* Upgraded to Hibernate ORM 5.2.7 `#1871 <https://github.com/dropwizard/dropwizard/pull/1871>`
* Add runtime certificate reload via admin task `#1799 <https://github.com/dropwizard/dropwizard/pull/1799>`_
* Invalid enum request parameters result in 400 response with possible choices `#1734 <https://github.com/dropwizard/dropwizard/pull/1734>`_
* Enum request parameters are deserialized in the same fuzzy manner, as the request body `#1734 <https://github.com/dropwizard/dropwizard/pull/1734>`_
Expand Down Expand Up @@ -54,7 +55,6 @@ v1.1.0: Unreleased
* Upgraded to H2 1.4.193
* Upgraded to Joda-Time 2.9.7
* Upgraded to commons-lang3 3.5
* Upgraded to Hibernate ORM 5.2.5 `#1871 <https://github.com/dropwizard/dropwizard/pull/1871>`

.. _rel-1.0.6:

Expand Down
2 changes: 1 addition & 1 deletion dropwizard-bom/pom.xml
Expand Up @@ -119,7 +119,7 @@
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
<version>5.2.5.Final</version>
<version>5.2.7.Final</version>
<exclusions>
<exclusion>
<groupId>org.jboss.logging</groupId>
Expand Down

0 comments on commit 9409980

Please sign in to comment.