Merge pull request #7144 from corda/adel/ENT-6629

ENT-6629: Update hibernate version to match ent.
This commit is contained in:
Adel El-Beik 2022-04-04 10:09:17 +01:00 committed by GitHub
commit 8355366119
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -99,7 +99,7 @@ buildscript {
ext.hamkrest_version = '1.7.0.0' ext.hamkrest_version = '1.7.0.0'
ext.jopt_simple_version = '5.0.2' ext.jopt_simple_version = '5.0.2'
ext.jansi_version = '1.18' 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.h2_version = '1.4.199' // Update docs if renamed or removed.
ext.rxjava_version = '1.3.8' ext.rxjava_version = '1.3.8'
ext.dokka_version = '0.10.1' ext.dokka_version = '0.10.1'