From 166f234c47e7e6a286857f7459235759727d1bbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 19:46:21 +0000 Subject: [PATCH] Bump com.google.zxing:core from 3.5.2 to 3.5.3 in /android-refimpl-app Bumps [com.google.zxing:core](https://github.com/zxing/zxing) from 3.5.2 to 3.5.3. - [Release notes](https://github.com/zxing/zxing/releases) - [Changelog](https://github.com/zxing/zxing/blob/master/CHANGES) - [Commits](https://github.com/zxing/zxing/compare/zxing-3.5.2...zxing-3.5.3) --- updated-dependencies: - dependency-name: com.google.zxing:core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- android-refimpl-app/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android-refimpl-app/app/build.gradle b/android-refimpl-app/app/build.gradle index d7170887d..a6d423d29 100644 --- a/android-refimpl-app/app/build.gradle +++ b/android-refimpl-app/app/build.gradle @@ -297,7 +297,7 @@ dependencies { implementation('com.mikepenz:material-design-iconic-typeface:2.2.0.5@aar') { exclude group: 'com.android.support' } - implementation('com.google.zxing:core:3.5.2') { + implementation('com.google.zxing:core:3.5.3') { exclude group: 'com.android.support' } //