ENT-3535 Update Hibernate dependency (#5168)

This commit is contained in:
James Brown 2019-06-21 09:32:53 +01:00 committed by Katelyn Baker
parent 29aa985362
commit 6bef2b52e7

View File

@ -44,7 +44,7 @@ buildscript {
ext.hamkrest_version = '1.4.2.2'
ext.jopt_simple_version = '5.0.2'
ext.jansi_version = '1.14'
ext.hibernate_version = '5.3.6.Final'
ext.hibernate_version = '5.3.10.Final'
ext.h2_version = '1.4.197' // Update docs if renamed or removed.
ext.postgresql_version = '42.2.5'
ext.rxjava_version = '1.3.8'