Procházet zdrojové kódy

Bump byteBuddyVersion from 1.10.16 to 1.10.17

Bumps `byteBuddyVersion` from 1.10.16 to 1.10.17.

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

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] před 4 roky
rodič
revize
8c5d0f2e79
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -63,7 +63,7 @@ ext {
     androidLibraryVersion = "master-SNAPSHOT"
     mockitoVersion = "3.5.13"
     mockkVersion = "1.10.2"
-    byteBuddyVersion = "1.10.16"
+    byteBuddyVersion = "1.10.17"
     espressoVersion = "3.3.0"
 
     travisBuild = System.getenv("TRAVIS") == "true"