Browse Source

Bump byte-buddy from 1.10.5 to 1.10.10

Bumps [byte-buddy](https://github.com/raphw/byte-buddy) from 1.10.5 to 1.10.10.
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.10.5...byte-buddy-1.10.10)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] 5 years ago
parent
commit
926b3a2cdf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -397,7 +397,7 @@ dependencies {
     implementation "com.github.stateless4j:stateless4j:2.6.0"
     androidTestImplementation "com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0"
     androidTestImplementation "org.mockito:mockito-android:3.3.3"
-    androidTestImplementation 'net.bytebuddy:byte-buddy:1.10.5'
+    androidTestImplementation 'net.bytebuddy:byte-buddy:1.10.10'
 }
 
 configurations.all {