Prepare for next development iteration

This commit is contained in:
Guillaume Smet 2018-07-20 16:18:35 +02:00
parent 3c81ade198
commit 03a209c8ec
1 changed files with 1 additions and 1 deletions

View File

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