Explorar o código

Bump byteBuddyVersion from 1.10.15 to 1.10.16

Bumps `byteBuddyVersion` from 1.10.15 to 1.10.16.

Updates `byte-buddy` from 1.10.15 to 1.10.16
- [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.15...byte-buddy-1.10.16)

Updates `byte-buddy-android` from 1.10.15 to 1.10.16
- [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.15...byte-buddy-1.10.16)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] %!s(int64=4) %!d(string=hai) anos
pai
achega
2b3e3d1b47
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -65,7 +65,7 @@ ext {
     butterknifeVersion = "10.2.3"
     androidLibraryVersion = "master-SNAPSHOT"
     mockitoVersion = "3.5.11"
-    byteBuddyVersion = "1.10.15"
+    byteBuddyVersion = "1.10.16"
     espressoVersion = "3.3.0"
 
     travisBuild = System.getenv("TRAVIS") == "true"