Update Byte Buddy to 1.10.0
This commit is contained in:
parent
2aa69d8203
commit
29d7a39a3e
|
@ -14,7 +14,7 @@ ext {
|
|||
junit : "4.12",
|
||||
logback : "1.2.3",
|
||||
lombok : "1.18.4",
|
||||
bytebuddy : "1.9.16",
|
||||
bytebuddy : "1.10.0",
|
||||
scala : "2.11.12", // Last version to support Java 7 (2.12+ require Java 8+)
|
||||
kotlin : "1.3.11",
|
||||
coroutines : "1.1.0"
|
||||
|
|
Loading…
Reference in New Issue