Skip to content

Commit

Permalink
Fixes #1841 : Update byte buddy to 1.10.5 (#1842)
Browse files Browse the repository at this point in the history
  • Loading branch information
villesau authored and TimvdLippe committed Dec 12, 2019
1 parent 49c3b4f commit fe1141b
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 fe1141b

Please sign in to comment.