This commit is contained in:
Gail Badner 2020-04-30 14:43:07 -07:00
parent a6b91df851
commit 9b2a960c40
1 changed files with 1 additions and 1 deletions

View File

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