Skip to content

Commit c19ef59

Browse files
authored
Merge branch 'master' into dependabot/gradle/com.android.application-9.2.0
2 parents 28fb598 + 2509c32 commit c19ef59

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

FlowCrypt/build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ val devDebugImplementation: Configuration by configurations.creating
443443
val uiTestsImplementation by configurations.named("uiTestsImplementation")
444444

445445
dependencies {
446-
ksp("com.github.bumptech.glide:ksp:5.0.5")
446+
ksp("com.github.bumptech.glide:ksp:5.0.7")
447447
ksp("androidx.annotation:annotation:1.9.1")
448448
ksp("androidx.room:room-compiler:2.8.4")
449449
//ACRA needs the following dependency to use a custom report sender
@@ -535,13 +535,13 @@ dependencies {
535535
implementation("com.squareup.okio:okio:3.16.4")
536536
implementation("com.squareup.okhttp3:logging-interceptor:5.3.2")
537537

538-
implementation("com.github.bumptech.glide:glide:5.0.5")
538+
implementation("com.github.bumptech.glide:glide:5.0.7")
539539
implementation("com.nulab-inc:zxcvbn:1.9.0")
540-
implementation("com.burhanrashid52:photoeditor:3.0.2")
540+
implementation("com.burhanrashid52:photoeditor:3.1.0")
541541
implementation("com.googlecode.owasp-java-html-sanitizer:owasp-java-html-sanitizer:20260102.1")
542542
implementation("com.sandinh:zbase32-commons-codec_2.12:1.0.0")
543543
implementation("org.bitbucket.b_c:jose4j:0.9.6")
544-
implementation("org.jsoup:jsoup:1.22.1")
544+
implementation("org.jsoup:jsoup:1.22.2")
545545
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2")
546546
//kotlinx-serialization-core added to fix runtime issue with dependencies conflict.
547547
//Maybe it will be removed in future.

0 commit comments

Comments
 (0)