Prepare for next development iteration

This commit is contained in:
Guillaume Smet 2019-02-25 23:51:18 +01:00
parent 8e1ed4f3c0
commit eb8db53e21
1 changed files with 1 additions and 1 deletions

View File

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