From 62ca34f3382b5dff39d05fd59ef82d60b33b8956 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 9 Mar 2021 19:00:55 +0000 Subject: [PATCH] Bump byte-buddy from 1.10.14 to 1.10.20 Bumps [byte-buddy](https://github.com/raphw/byte-buddy) from 1.10.14 to 1.10.20. - [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.10.20) 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 b447919..920a9a2 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ buildscript { androidx_test_ext_junit_version = "1.1.2" androidx_test_ext_truth_version = "1.3.0" appcompat_version = "1.2.0" - byte_buddy_version = "1.10.14" + byte_buddy_version = "1.10.20" cardview_version = "1.0.0" constraintlayout_version = "2.0.4" core_ktx_version = "1.5.0-beta02"