From 24220eeac847794df1111ef4c44d4430b7b619e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Dec 2021 17:33:11 +0000 Subject: [PATCH] Bump zxing-android-embedded from 4.1.0 to 4.3.0 Bumps [zxing-android-embedded](https://github.com/journeyapps/zxing-android-embedded) from 4.1.0 to 4.3.0. - [Release notes](https://github.com/journeyapps/zxing-android-embedded/releases) - [Changelog](https://github.com/journeyapps/zxing-android-embedded/blob/master/CHANGES.md) - [Commits](https://github.com/journeyapps/zxing-android-embedded/compare/v4.1.0...v4.3.0) --- updated-dependencies: - dependency-name: com.journeyapps:zxing-android-embedded dependency-type: direct:production update-type: version-update:semver-minor ... 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 661a340f..1d1aa544 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -14,7 +14,7 @@ dependencies { implementation 'com.android.volley:volley:1.2.1' implementation 'commons-io:commons-io:2.11.0' - implementation ('com.journeyapps:zxing-android-embedded:4.1.0') { transitive = false } + implementation ('com.journeyapps:zxing-android-embedded:4.3.0') { transitive = false } implementation 'com.google.zxing:core:3.4.1' implementation 'androidx.constraintlayout:constraintlayout:2.0.4'