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
parent 7799555bc7
commit 809eec87f0
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ ext {
weldVersion = '3.0.0.Final'
javassistVersion = '3.24.0-GA'
byteBuddyVersion = '1.9.4'
byteBuddyVersion = '1.9.5'
geolatteVersion = '1.4.0'