From 8373cecaa7dde7c25bc8a069b0f1c1d132e3fb8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 08:17:46 +0000 Subject: [PATCH] Bump com.google.zxing:core from 3.3.0 to 3.5.3 Bumps [com.google.zxing:core](https://github.com/zxing/zxing) from 3.3.0 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.3.0...zxing-3.5.3) --- updated-dependencies: - dependency-name: com.google.zxing:core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 99afd293..c351f7f5 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -197,7 +197,7 @@ dependencies { // https://github.com/ligi/PassAndroid/issues/181 // Don't upgrade before minSDK 19 - or replace zxing //noinspection GradleDependency - implementation 'com.google.zxing:core:3.3.0' + implementation 'com.google.zxing:core:3.5.3' debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.14'