HHH-12636 Upgrade to ByteBuddy 1.8.12 to fix issue with entities having no package
This commit is contained in:
parent
01caa5f2b4
commit
e88b5d37d1
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in New Issue