From 3df71a66f1d3157c239b1d0959238a746715694e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 19:43:50 +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.7 to 5.0.9. - [Release notes](https://github.com/bumptech/glide/releases) - [Commits](https://github.com/bumptech/glide/compare/v5.0.7...v5.0.9) --- updated-dependencies: - dependency-name: com.github.bumptech.glide:glide dependency-version: 5.0.9 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 d273a631c..bd40badee 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.7') { + implementation('com.github.bumptech.glide:glide:5.0.9') { exclude group: 'com.android.support' } - annotationProcessor 'com.github.bumptech.glide:compiler:5.0.7' + annotationProcessor 'com.github.bumptech.glide:compiler:5.0.9' // // //