From adb4edbafe71fd711815cfe2c74d586bbc6b96d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jan 2022 02:06:23 +0000 Subject: [PATCH] Bump byteBuddyVersion from 1.12.6 to 1.12.7 Bumps `byteBuddyVersion` from 1.12.6 to 1.12.7. Updates `byte-buddy` from 1.12.6 to 1.12.7 - [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.12.6...byte-buddy-1.12.7) Updates `byte-buddy-android` from 1.12.6 to 1.12.7 - [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.12.6...byte-buddy-1.12.7) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: net.bytebuddy:byte-buddy-android dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e673223abc..04491e8b93 100644 --- a/build.gradle +++ b/build.gradle @@ -68,7 +68,7 @@ ext { mockitoVersion = "4.2.0" mockkVersion = "1.12.2" powermockVersion = "2.0.9" - byteBuddyVersion = "1.12.6" + byteBuddyVersion = "1.12.7" espressoVersion = "3.4.0" workRuntime = "2.7.1" fidoVersion = "4.1.0"