Skip to content

Commit

Permalink
Bumped ByteBuddy to 1.9.10
Browse files Browse the repository at this point in the history
The build does not seem to work correctly with 1.9.11
  • Loading branch information
mockitoguy committed Mar 26, 2019
1 parent b496667 commit 5727a2b
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 5727a2b

Please sign in to comment.