From cfcec8ad44d1f352ccd1dd12bafef9638546e1f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Sep 2025 20:05:06 +0000 Subject: [PATCH] Bump com.github.bumptech.glide:ksp from 5.0.4 to 5.0.5 Bumps [com.github.bumptech.glide:ksp](https://github.com/bumptech/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) --- updated-dependencies: - 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] --- FlowCrypt/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FlowCrypt/build.gradle.kts b/FlowCrypt/build.gradle.kts index 068dc18d9..6c4cae243 100644 --- a/FlowCrypt/build.gradle.kts +++ b/FlowCrypt/build.gradle.kts @@ -409,7 +409,7 @@ val devDebugImplementation: Configuration by configurations.creating val uiTestsImplementation by configurations.named("uiTestsImplementation") dependencies { - ksp("com.github.bumptech.glide:ksp:5.0.4") + ksp("com.github.bumptech.glide:ksp:5.0.5") ksp("androidx.annotation:annotation:1.9.1") ksp("androidx.room:room-compiler:2.7.2") //ACRA needs the following dependency to use a custom report sender @@ -501,7 +501,7 @@ dependencies { implementation("com.squareup.okio:okio:3.16.0") implementation("com.squareup.okhttp3:logging-interceptor:5.1.0") - implementation("com.github.bumptech.glide:glide:5.0.4") + implementation("com.github.bumptech.glide:glide:5.0.5") implementation("com.nulab-inc:zxcvbn:1.9.0") implementation("com.burhanrashid52:photoeditor:3.0.2") implementation("com.googlecode.owasp-java-html-sanitizer:owasp-java-html-sanitizer:20240325.1")