ソースを参照

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] 4 年 前
コミット
2b3e3d1b47
1 ファイル変更1 行追加1 行削除
  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"