Skip to content

Commit

Permalink
Update Byte buddy to latest version (#672)
Browse files Browse the repository at this point in the history
  • Loading branch information
TimvdLippe committed Oct 4, 2016
1 parent 14bb034 commit 8d03d0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ test {
}

dependencies {
compile 'net.bytebuddy:byte-buddy:1.4.26'
compile 'net.bytebuddy:byte-buddy-agent:1.4.26'
compile 'net.bytebuddy:byte-buddy:1.4.29'
compile 'net.bytebuddy:byte-buddy-agent:1.4.28'

provided "junit:junit:4.12", "org.hamcrest:hamcrest-core:1.3"
compile "org.objenesis:objenesis:2.4"
Expand Down

0 comments on commit 8d03d0e

Please sign in to comment.