From aa9eee6742555e7a4a8c044c8a73a8f007ef3f83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 13:35:44 +0000 Subject: [PATCH] build(deps): bump com.google.zxing:core from 3.5.2 to 3.5.3 in /android 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/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 0dc4353..a4fa1fe 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -57,6 +57,6 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" implementation('com.journeyapps:zxing-android-embedded:4.3.0') { transitive = false } implementation 'androidx.appcompat:appcompat:1.7.0' - implementation 'com.google.zxing:core:3.5.2' + implementation 'com.google.zxing:core:3.5.3' coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.2' }