Skip to content

Commit 7a74bd6

Browse files
authored
Merge branch 'master' into dependabot/gradle/com.google.android.material-material-1.14.0
2 parents 5a254c8 + b71f1d0 commit 7a74bd6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

FlowCrypt/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ val uiTestsImplementation by configurations.named("uiTestsImplementation")
436436

437437
dependencies {
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
}

0 commit comments

Comments
 (0)