Skip to content

Commit

Permalink
Fixes mockito#1841 : Update byte buddy to 1.10.5 (mockito#1842)
Browse files Browse the repository at this point in the history
  • Loading branch information
villesau authored and epeee committed Jun 22, 2020
1 parent 17b71cd commit 2efc863
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 2efc863

Please sign in to comment.