From 422e2b2adc416e7fb5e442fdef5b6c8025b03935 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 20:03:17 +0000 Subject: [PATCH] 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] --- 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 2ebf3ce1c..84614ee82 100644 --- a/FlowCrypt/build.gradle.kts +++ b/FlowCrypt/build.gradle.kts @@ -435,7 +435,7 @@ val devDebugImplementation: Configuration by configurations.creating val uiTestsImplementation by configurations.named("uiTestsImplementation") dependencies { - ksp("com.github.bumptech.glide:ksp:5.0.7") + ksp("com.github.bumptech.glide:ksp:5.0.9") ksp("androidx.annotation:annotation:1.10.0") ksp("androidx.room:room-compiler:2.8.4") //ACRA needs the following dependency to use a custom report sender @@ -527,7 +527,7 @@ dependencies { implementation("com.squareup.okio:okio:3.17.0") implementation("com.squareup.okhttp3:logging-interceptor:5.4.0") - implementation("com.github.bumptech.glide:glide:5.0.7") + implementation("com.github.bumptech.glide:glide:5.0.9") implementation("com.nulab-inc:zxcvbn:1.9.0") implementation("com.burhanrashid52:photoeditor:3.1.0") implementation("com.googlecode.owasp-java-html-sanitizer:owasp-java-html-sanitizer:20260313.1")