Skip to content

Commit

Permalink
Merge pull request #1676 from mockito/next-bb
Browse files Browse the repository at this point in the history
Pinned ByteBuddy to 1.9.10
  • Loading branch information
mockitoguy committed Mar 27, 2019
2 parents b496667 + 5727a2b commit c8bb029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ext {

def versions = [:]

versions.bytebuddy = '1.9.11'
versions.bytebuddy = '1.9.10'
versions.junitJupiter = '5.1.1'
versions.errorprone = '2.3.2'

Expand Down

0 comments on commit c8bb029

Please sign in to comment.