Upgrade Byte Buddy to 1.9.9
This commit is contained in:
parent
2643471f75
commit
a865bf4dba
|
@ -14,7 +14,7 @@ ext {
|
||||||
junit : "4.12",
|
junit : "4.12",
|
||||||
logback : "1.2.3",
|
logback : "1.2.3",
|
||||||
lombok : "1.18.4",
|
lombok : "1.18.4",
|
||||||
bytebuddy : "1.9.5",
|
bytebuddy : "1.9.9",
|
||||||
scala : "2.11.12",
|
scala : "2.11.12",
|
||||||
kotlin : "1.3.11",
|
kotlin : "1.3.11",
|
||||||
coroutines : "1.1.0"
|
coroutines : "1.1.0"
|
||||||
|
|
Loading…
Reference in New Issue