From fcd78ad138037822c7e2ed33ca853eda5749dd63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 02:56:33 +0000 Subject: [PATCH] chore(deps): bump com.github.bumptech.glide:glide from 5.0.7 to 5.0.9 Bumps [com.github.bumptech.glide:glide](https://github.com/bumptech/glide) from 5.0.7 to 5.0.9. - [Release notes](https://github.com/bumptech/glide/releases) - [Commits](https://github.com/bumptech/glide/compare/v5.0.7...v5.0.9) --- updated-dependencies: - dependency-name: com.github.bumptech.glide:glide dependency-version: 5.0.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 1a146a25c..b95a8b1c1 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -33,7 +33,7 @@ material = "1.14.0" paging = "3.5.0" recyclerview = "1.4.0" -glide = "5.0.7" +glide = "5.0.9" lint = "30.0.0" junit = "4.13.2"