Update Byte Buddy to 1.10.0

This commit is contained in:
Tyler Benson 2019-08-06 09:07:39 -07:00
parent 2aa69d8203
commit 29d7a39a3e
1 changed files with 1 additions and 1 deletions

View File

@ -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.16", bytebuddy : "1.10.0",
scala : "2.11.12", // Last version to support Java 7 (2.12+ require Java 8+) scala : "2.11.12", // Last version to support Java 7 (2.12+ require Java 8+)
kotlin : "1.3.11", kotlin : "1.3.11",
coroutines : "1.1.0" coroutines : "1.1.0"