From f77f5b987050b2f933ab0631392a24996d97cc70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Sep 2025 09:29:56 +0000 Subject: [PATCH] Bump com.github.bumptech.glide:glide from 4.9.0 to 5.0.4 Bumps [com.github.bumptech.glide:glide](https://github.com/bumptech/glide) from 4.9.0 to 5.0.4. - [Release notes](https://github.com/bumptech/glide/releases) - [Commits](https://github.com/bumptech/glide/compare/v4.9.0...v5.0.4) --- updated-dependencies: - dependency-name: com.github.bumptech.glide:glide dependency-version: 5.0.4 dependency-type: direct:production update-type: version-update:semver-major ... 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 35b273b422..3c9a27cd08 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -113,7 +113,7 @@ dependencies { implementation 'com.google.firebase:firebase-crashlytics:18.3.7' implementation 'androidx.legacy:legacy-support-core-ui:1.0.0' - implementation('com.github.bumptech.glide:glide:4.9.0') { + implementation('com.github.bumptech.glide:glide:5.0.4') { exclude group: 'com.android.support' } implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"