File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -436,7 +436,7 @@ val uiTestsImplementation by configurations.named("uiTestsImplementation")
436436
437437dependencies {
438438 ksp(" com.github.bumptech.glide:ksp:5.0.7" )
439- ksp(" androidx.annotation:annotation:1.9.1 " )
439+ ksp(" androidx.annotation:annotation:1.10.0 " )
440440 ksp(" androidx.room:room-compiler:2.8.4" )
441441 // ACRA needs the following dependency to use a custom report sender
442442
@@ -503,7 +503,7 @@ dependencies {
503503 implementation(" androidx.preference:preference-ktx:1.2.1" )
504504 implementation(" androidx.core:core-ktx:1.18.0" )
505505 implementation(" androidx.core:core-splashscreen:1.2.0" )
506- implementation(" androidx.activity:activity-ktx:1.12.2 " )
506+ implementation(" androidx.activity:activity-ktx:1.13.0 " )
507507 implementation(" androidx.fragment:fragment-ktx:1.8.9" )
508508 implementation(" androidx.work:work-runtime-ktx:2.11.2" )
509509 implementation(" androidx.navigation:navigation-fragment-ktx:2.9.8" )
@@ -548,7 +548,7 @@ dependencies {
548548
549549 constraints {
550550 // due to https://github.com/FlowCrypt/flowcrypt-security/issues/199
551- implementation(" commons-codec:commons-codec:1.20 .0" ) {
551+ implementation(" commons-codec:commons-codec:1.22 .0" ) {
552552 because(" version 1.11 has VULNERABILITY DESCRIPTION CWE-200" )
553553 }
554554 }
You can’t perform that action at this time.
0 commit comments