This commit is contained in:
Gail Badner 2020-04-30 13:27:40 -07:00
parent f35229d19a
commit a6b91df851
2 changed files with 15 additions and 1 deletions

View File

@ -3,6 +3,20 @@ Hibernate 5 Changelog
Note: Please refer to JIRA to learn more about each issue.
Changes in 5.3.17.Final (April 30th, 2020)
------------------------------------------------------------------------------------------------------------------------
https://hibernate.atlassian.net/projects/HHH/versions/31835/tab/release-report-all-issues
** Bug
* [HHH-13695] - DDL export forgets to close a Statement
** Task
* [HHH-13953] - Upgrade dom4j to 2.1.3
** Improvement
* [HHH-13960] - Add SAXReader sec features to match the defaults
Changes in 5.3.16.Final (March 27th, 2020)
------------------------------------------------------------------------------------------------------------------------

View File

@ -8,7 +8,7 @@
apply plugin: 'base'
ext {
ormVersion = new HibernateVersion( '5.3.17-SNAPSHOT', project )
ormVersion = new HibernateVersion( '5.3.17.Final', project )
baselineJavaVersion = '1.8'
jpaVersion = new JpaVersion('2.2')
}