HHH-12877 Upgrade ByteBuddy to 1.8.15

This commit is contained in:
Guillaume Smet 2018-08-02 00:00:29 +02:00
parent 6a3ed33627
commit 0e2657d0bb
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.13' // Now with JDK10 compatibility and preliminary support for JDK11
byteBuddyVersion = '1.8.15' // Now with JDK10 compatibility and preliminary support for JDK11
geolatteVersion = '1.3.0'