From 07f63d319e1490313d1f86550a17a167ad655c80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 05:13:09 +0000 Subject: [PATCH] Build(deps): Bump GLIDE_VERSION from 5.0.5 to 5.0.7 Bumps `GLIDE_VERSION` from 5.0.5 to 5.0.7. Updates `com.github.bumptech.glide: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) Updates `com.github.bumptech.glide:ksp` 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 - dependency-name: com.github.bumptech.glide:ksp dependency-version: 5.0.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- News-Android-App/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/News-Android-App/build.gradle b/News-Android-App/build.gradle index c57098923..1250a39c8 100644 --- a/News-Android-App/build.gradle +++ b/News-Android-App/build.gradle @@ -115,7 +115,7 @@ repositories { } final DAGGER_VERSION = '2.59.2' -final GLIDE_VERSION = '5.0.5' +final GLIDE_VERSION = '5.0.7' final ESPRESSO_VERSION = '3.7.0' final OKHTTP_VERSION = '5.3.2' final MOCKITO_VERSION = '5.23.0'