From 2b2800bc74b8a672c885bfbe02dca99c51dc743e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2020 08:58:21 +0000 Subject: [PATCH] Bump parceler from 1.1.12 to 1.1.13 Bumps [parceler](https://github.com/johncarl81/parceler) from 1.1.12 to 1.1.13. - [Release notes](https://github.com/johncarl81/parceler/releases) - [Changelog](https://github.com/johncarl81/parceler/blob/master/CHANGELOG.adoc) - [Commits](https://github.com/johncarl81/parceler/compare/parceler-project-1.1.12...parceler-project-1.1.13) 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 3a0f404cb4..82cc3dbd9c 100644 --- a/build.gradle +++ b/build.gradle @@ -314,7 +314,7 @@ dependencies { implementation 'com.github.tobiaskaminsky:qrcodescanner:0.1.2.2' // 'com.github.blikoon:QRCodeScanner:0.1.2' implementation 'com.google.android:flexbox:2.0.1' implementation 'org.parceler:parceler-api:1.1.13' - kapt 'org.parceler:parceler:1.1.12' + kapt 'org.parceler:parceler:1.1.13' implementation('com.github.bumptech.glide:glide:3.8.0') { exclude group: "com.android.support" }