HHH-13112 Upgrade to ByteBuddy 1.9.5

... which fixes https://github.com/raphw/byte-buddy/issues/568
This commit is contained in:
Yoann Rodière 2018-11-23 08:06:13 +01:00 committed by gbadner
parent 2c60c8d2a0
commit 9d716bd333
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.9.4'
byteBuddyVersion = '1.9.5'
geolatteVersion = '1.3.0'