Merge pull request #935 from DataDog/tyler/bb-upgrade

Upgrade Byte Buddy to 1.9.16
This commit is contained in:
Tyler Benson 2019-07-31 11:15:52 -07:00 committed by GitHub
commit e7df12c51e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.12",
bytebuddy : "1.9.16",
scala : "2.11.12", // Last version to support Java 7 (2.12+ require Java 8+)
kotlin : "1.3.11",
coroutines : "1.1.0"