Merge pull request #1122 from sullis/bytebuddy-1.10.4

bytebuddy 1.10.4
This commit is contained in:
Laplie Anderson 2019-12-03 16:03:57 -05:00 committed by GitHub
commit d74cf29331
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.2",
bytebuddy : "1.10.4",
scala : "2.11.12", // Last version to support Java 7 (2.12+ require Java 8+)
kotlin : "1.3.50",
coroutines : "1.3.0"