From eb385a2b4a6e1b57ba24b2986fa4f8acc8bda4aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Feb 2021 15:28:25 +0000 Subject: [PATCH] Bump butterknife from 10.2.1 to 10.2.3 Bumps [butterknife](https://github.com/JakeWharton/butterknife) from 10.2.1 to 10.2.3. - [Release notes](https://github.com/JakeWharton/butterknife/releases) - [Changelog](https://github.com/JakeWharton/butterknife/blob/master/CHANGELOG.md) - [Commits](https://github.com/JakeWharton/butterknife/compare/10.2.1...10.2.3) Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 794c7925b..3627d6b3a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -197,7 +197,7 @@ dependencies { implementation 'net.orange-box.storebox:storebox-lib:1.4.0' compileOnly 'org.projectlombok:lombok:1.18.10' annotationProcessor "org.projectlombok:lombok:1.18.10" - implementation 'com.jakewharton:butterknife:10.2.1' + implementation 'com.jakewharton:butterknife:10.2.3' kapt 'com.jakewharton:butterknife-compiler:10.2.1' implementation 'com.github.HITGIF:TextFieldBoxes:1.4.5' implementation 'eu.davidea:flexible-adapter:5.1.0'