ENT-6629: Update hibernate version to match ent.

This commit is contained in:
Adel El-Beik 2022-04-01 16:40:19 +01:00
parent 84f4979306
commit f89cb76309

View File

@ -99,7 +99,7 @@ buildscript {
ext.hamkrest_version = '1.7.0.0'
ext.jopt_simple_version = '5.0.2'
ext.jansi_version = '1.18'
ext.hibernate_version = '5.4.3.Final'
ext.hibernate_version = '5.4.32.Final'
ext.h2_version = '1.4.199' // Update docs if renamed or removed.
ext.rxjava_version = '1.3.8'
ext.dokka_version = '0.10.1'