From b309360ee317628b43cfa8705fea54c9fa1299c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 11:43:11 +0000 Subject: [PATCH] Bump com.github.bumptech.glide:glide from 4.16.0 to 5.0.5 Bumps [com.github.bumptech.glide:glide](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:glide dependency-version: 5.0.5 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 e312df7..7a1af69 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -43,7 +43,7 @@ dependencies { implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation "androidx.core:core-ktx:1.9.0" implementation "androidx.fragment:fragment-ktx:1.6.2" - implementation 'com.github.bumptech.glide:glide:4.16.0' + implementation 'com.github.bumptech.glide:glide:5.0.5' implementation 'com.google.android.material:material:1.5.0' testImplementation 'junit:junit:4.13.2'