From fc730bc7b5901d01e75678e73c2ff1a9d5b444e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 May 2021 06:38:11 +0000 Subject: [PATCH] Bump byteBuddyVersion from 1.10.22 to 1.11.0 Bumps `byteBuddyVersion` from 1.10.22 to 1.11.0. Updates `byte-buddy` from 1.10.22 to 1.11.0 - [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.22...byte-buddy-1.11.0) Updates `byte-buddy-android` from 1.10.22 to 1.11.0 - [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.22...byte-buddy-1.11.0) Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index cb2c82c015..2fc96e332e 100644 --- a/build.gradle +++ b/build.gradle @@ -63,7 +63,7 @@ ext { mockitoVersion = "3.9.0" mockkVersion = "1.10.4" powermockVersion = "2.0.9" - byteBuddyVersion = "1.10.22" + byteBuddyVersion = "1.11.0" espressoVersion = "3.3.0" workRuntime = "2.5.0"