Skip to content

Commit

Permalink
Update byte buddy to 1.10.13 (#1973)
Browse files Browse the repository at this point in the history
Fixes #1972

Co-authored-by: Michael Kroll <michael.kroll@t-systems.com>
  • Loading branch information
mickroll and Michael Kroll committed Jul 15, 2020
1 parent 05b39bf commit eda22b7
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.10'
versions.bytebuddy = '1.10.13'
versions.junitJupiter = '5.4.2'
versions.errorprone = '2.4.0'

Expand Down

0 comments on commit eda22b7

Please sign in to comment.