Update bytebuddy to 1.10.6

This commit is contained in:
Laplie Anderson 2020-01-15 10:40:46 -05:00
parent e05c892271
commit e351ce523c
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ ext {
groovy : groovyVer,
logback : "1.2.3",
lombok : "1.18.10",
bytebuddy : "1.10.4",
bytebuddy : "1.10.6",
scala : "2.11.12", // Last version to support Java 7 (2.12+ require Java 8+)
kotlin : "1.3.50",
coroutines : "1.3.0"