From be8fbf80a729cb177eaf69ada14b555474cf2808 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 21:03:16 +0000 Subject: [PATCH] Bump com.github.bumptech.glide:compiler from 4.16.0 to 5.0.5 Bumps [com.github.bumptech.glide:compiler](https://github.com/bumptech/glide) from 4.16.0 to 5.0.5. - [Release notes](https://github.com/bumptech/glide/releases) - [Commits](https://github.com/bumptech/glide/compare/v4.16.0...v5.0.5) --- updated-dependencies: - dependency-name: com.github.bumptech.glide:compiler dependency-version: 5.0.5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 2f2f71f..b04c59d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -57,8 +57,8 @@ dependencies { testImplementation 'junit:junit:4.13.2' androidTestImplementation 'com.android.support.test:runner:1.0.2' - implementation 'com.github.bumptech.glide:glide:4.16.0' - annotationProcessor 'com.github.bumptech.glide:compiler:4.16.0' + implementation 'com.github.bumptech.glide:glide:5.0.5' + annotationProcessor 'com.github.bumptech.glide:compiler:5.0.5' implementation 'jp.wasabeef:glide-transformations:4.3.0'