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>
This commit is contained in:
dependabot-preview[bot] 2020-10-08 01:13:05 +00:00 committed by GitHub
parent c47dead2af
commit 8c5d0f2e79
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"