From bfac7f7af35ca7f38de459aa75f93fc3e9de1108 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 18:21:52 +0000 Subject: [PATCH] Bump the minor-patch-dependencies group with 2 updates Bumps the minor-patch-dependencies group with 2 updates: [com.github.bumptech.glide:glide](https://github.com/bumptech/glide) and [com.github.bumptech.glide:compiler](https://github.com/bumptech/glide). Updates `com.github.bumptech.glide:glide` from 5.0.4 to 5.0.5 - [Release notes](https://github.com/bumptech/glide/releases) - [Commits](https://github.com/bumptech/glide/compare/v5.0.4...v5.0.5) Updates `com.github.bumptech.glide:compiler` from 5.0.4 to 5.0.5 - [Release notes](https://github.com/bumptech/glide/releases) - [Commits](https://github.com/bumptech/glide/compare/v5.0.4...v5.0.5) Updates `com.github.bumptech.glide:compiler` from 5.0.4 to 5.0.5 - [Release notes](https://github.com/bumptech/glide/releases) - [Commits](https://github.com/bumptech/glide/compare/v5.0.4...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-patch dependency-group: minor-patch-dependencies - dependency-name: com.github.bumptech.glide:compiler dependency-version: 5.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: com.github.bumptech.glide:compiler dependency-version: 5.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch-dependencies ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 91b8148..929e1d0 100644 --- a/build.gradle +++ b/build.gradle @@ -43,7 +43,7 @@ ext { androidx_browser_version = "1.9.0" google_material_version = "1.13.0" recyclerview_version = "1.4.0" - glide_version = "5.0.4" + glide_version = "5.0.5" rxandroid_version = "2.1.1" rxjava_version = "2.2.21" retrofit_version = "3.0.0"