From b99f617347d70b31ab333784ad106750fab80d40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 21:49:26 +0000 Subject: [PATCH] Bump com.github.bumptech.glide:glide in /android-refimpl-app Bumps [com.github.bumptech.glide:glide](https://github.com/bumptech/glide) from 5.0.5 to 5.0.7. - [Release notes](https://github.com/bumptech/glide/releases) - [Commits](https://github.com/bumptech/glide/compare/v5.0.5...v5.0.7) --- updated-dependencies: - dependency-name: com.github.bumptech.glide:glide dependency-version: 5.0.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- android-refimpl-app/app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android-refimpl-app/app/build.gradle b/android-refimpl-app/app/build.gradle index 8829aa06..676b039f 100644 --- a/android-refimpl-app/app/build.gradle +++ b/android-refimpl-app/app/build.gradle @@ -348,10 +348,10 @@ dependencies { exclude group: 'com.android.support' } // - implementation('com.github.bumptech.glide:glide:5.0.5') { + implementation('com.github.bumptech.glide:glide:5.0.7') { exclude group: 'com.android.support' } - annotationProcessor 'com.github.bumptech.glide:compiler:5.0.5' + annotationProcessor 'com.github.bumptech.glide:compiler:5.0.7' // // //