Skip to content

Commit

Permalink
Fixes #1841 : update byte-buddy to 1.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
villesau committed Dec 11, 2019
1 parent 49c3b4f commit 11a6e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/dependencies.gradle
Expand Up @@ -4,7 +4,7 @@ ext {

def versions = [:]

versions.bytebuddy = '1.10.3'
versions.bytebuddy = '1.10.5'
versions.junitJupiter = '5.4.2'
versions.errorprone = '2.3.2'

Expand Down

0 comments on commit 11a6e92

Please sign in to comment.