From f50a3145a8f4878a99015fb4fd7352c31baff84f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 06:51:51 +0000 Subject: [PATCH] Bump glideVersion from 5.0.4 to 5.0.5 Bumps `glideVersion` from 5.0.4 to 5.0.5. 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:ksp` 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-name: com.github.bumptech.glide:ksp dependency-version: 5.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 858fec27..92b78b5b 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -113,7 +113,7 @@ dependencies { implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2") - val glideVersion = "5.0.4" + val glideVersion = "5.0.5" implementation("com.github.bumptech.glide:glide:$glideVersion") ksp("com.github.bumptech.glide:ksp:$glideVersion") }