Upgrade Byte Buddy to 1.9.9

This commit is contained in:
Tyler Benson 2019-02-07 11:46:23 -08:00
parent 2643471f75
commit a865bf4dba
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ ext {
junit : "4.12",
logback : "1.2.3",
lombok : "1.18.4",
bytebuddy : "1.9.5",
bytebuddy : "1.9.9",
scala : "2.11.12",
kotlin : "1.3.11",
coroutines : "1.1.0"