diff --git a/FlowCrypt/build.gradle.kts b/FlowCrypt/build.gradle.kts index cea308120..677d5fcb0 100644 --- a/FlowCrypt/build.gradle.kts +++ b/FlowCrypt/build.gradle.kts @@ -443,7 +443,7 @@ val devDebugImplementation: Configuration by configurations.creating val uiTestsImplementation by configurations.named("uiTestsImplementation") dependencies { - ksp("com.github.bumptech.glide:ksp:5.0.5") + ksp("com.github.bumptech.glide:ksp:5.0.7") ksp("androidx.annotation:annotation:1.9.1") ksp("androidx.room:room-compiler:2.8.4") //ACRA needs the following dependency to use a custom report sender @@ -535,7 +535,7 @@ dependencies { implementation("com.squareup.okio:okio:3.16.4") implementation("com.squareup.okhttp3:logging-interceptor:5.3.2") - implementation("com.github.bumptech.glide:glide:5.0.5") + implementation("com.github.bumptech.glide:glide:5.0.7") 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:20260102.1")