From db51f5a33232b10094c8e279f3c507359b0ffb33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 13:11:52 +0000 Subject: [PATCH] Bump com.github.bumptech.glide:glide in the gradle group Bumps the gradle group with 1 update: [com.github.bumptech.glide:glide](https://github.com/bumptech/glide). Updates `com.github.bumptech.glide:glide` from 5.0.4 to 5.0.5 - [Release notes](https://github.com/bumptech/glide/releases) - [Commits](https://github.com/bumptech/glide/compare/v5.0.4...v5.0.5) --- updated-dependencies: - dependency-name: com.github.bumptech.glide:glide dependency-version: 5.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle ... 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 cef9f92..35ea47d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -55,7 +55,7 @@ dependencies { implementation 'androidx.activity:activity-ktx:1.11.0' // https://mvnrepository.com/artifact/com.github.bumptech.glide/glide - implementation 'com.github.bumptech.glide:glide:5.0.4' + implementation 'com.github.bumptech.glide:glide:5.0.5' // https://mvnrepository.com/artifact/com.journeyapps/zxing-android-embedded implementation 'com.journeyapps:zxing-android-embedded:4.3.0'