From 3e03cbe403b7308f48960225c83085c159c48d9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 12:07:18 +0000 Subject: [PATCH] Bump glide from 5.0.5 to 5.0.9 Bumps `glide` from 5.0.5 to 5.0.9. Updates `com.github.bumptech.glide:glide` from 5.0.5 to 5.0.9 - [Release notes](https://github.com/bumptech/glide/releases) - [Commits](https://github.com/bumptech/glide/compare/v5.0.5...v5.0.9) Updates `com.github.bumptech.glide:okhttp3-integration` from 5.0.5 to 5.0.9 - [Release notes](https://github.com/bumptech/glide/releases) - [Commits](https://github.com/bumptech/glide/compare/v5.0.5...v5.0.9) Updates `com.github.bumptech.glide:recyclerview-integration` from 5.0.5 to 5.0.9 - [Release notes](https://github.com/bumptech/glide/releases) - [Commits](https://github.com/bumptech/glide/compare/v5.0.5...v5.0.9) Updates `com.github.bumptech.glide:compiler` from 5.0.5 to 5.0.9 - [Release notes](https://github.com/bumptech/glide/releases) - [Commits](https://github.com/bumptech/glide/compare/v5.0.5...v5.0.9) Updates `com.github.bumptech.glide:ksp` from 5.0.5 to 5.0.9 - [Release notes](https://github.com/bumptech/glide/releases) - [Commits](https://github.com/bumptech/glide/compare/v5.0.5...v5.0.9) Updates `com.github.bumptech.glide:avif-integration` from 5.0.5 to 5.0.9 - [Release notes](https://github.com/bumptech/glide/releases) - [Commits](https://github.com/bumptech/glide/compare/v5.0.5...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 - dependency-name: com.github.bumptech.glide:okhttp3-integration dependency-version: 5.0.9 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.github.bumptech.glide:recyclerview-integration dependency-version: 5.0.9 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.github.bumptech.glide:compiler dependency-version: 5.0.9 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.github.bumptech.glide:ksp dependency-version: 5.0.9 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.github.bumptech.glide:avif-integration 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 0a9a04a1b..12bf9c34b 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -12,7 +12,7 @@ fragment = "1.8.9" documentfile = "1.1.0" libarchive = "1.1.6" -glide = "5.0.5" +glide = "5.0.9" gson = "2.13.2" jsonPath = "2.10.0" jsoupxpath = "2.5.3"