post 5.3.1

This commit is contained in:
Chris Cranford 2018-05-25 18:48:14 -04:00
parent 7430cdafcf
commit 6e00051f9d
1 changed files with 1 additions and 1 deletions

View File

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