HHH-12636 Upgrade to ByteBuddy 1.8.12 to fix issue with entities having no package

This commit is contained in:
Sanne Grinovero 2018-05-25 21:59:56 +01:00
parent 01caa5f2b4
commit e88b5d37d1
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ ext {
weldVersion = '3.0.0.Final'
javassistVersion = '3.22.0-GA'
byteBuddyVersion = '1.8.11' // Now with JDK10 compatibility and preliminary support for JDK11
byteBuddyVersion = '1.8.12' // Now with JDK10 compatibility and preliminary support for JDK11
geolatteVersion = '1.3.0'