HHH-12803 Upgrade ByteBuddy to 1.8.13

This commit is contained in:
Guillaume Smet 2018-07-14 11:43:28 +02:00
parent 99b4f3c24a
commit 972a79d448
1 changed files with 1 additions and 1 deletions

View File

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