From 9e3f3ed651d112c4bef9ee24a189d591e275dffd Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 9 Jun 2021 19:10:27 +0000 Subject: [PATCH] Bump byte-buddy from 1.10.14 to 1.11.1 Bumps [byte-buddy](https://github.com/raphw/byte-buddy) from 1.10.14 to 1.11.1. - [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.14...byte-buddy-1.11.1) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6a91ab3..e16051c 100644 --- a/build.gradle +++ b/build.gradle @@ -27,7 +27,7 @@ buildscript { androidx_test_runner_version = "1.3.0" androidx_test_rules_version = "1.3.0" appcompat_version = "1.2.0" - byte_buddy_version = "1.10.14" + byte_buddy_version = "1.11.1" cardview_version = "1.0.0" constraintlayout_version = "2.0.4" core_ktx_version = "1.5.0-beta02"