@@ -416,22 +416,22 @@ dependencies {
416416 uiTestsImplementation(" androidx.fragment:fragment-testing:1.8.7" )
417417 uiTestsImplementation(" androidx.test:core-ktx:1.6.1" )
418418
419- androidTestImplementation(" androidx.test.espresso:espresso-core:3.6.1 " )
420- androidTestImplementation(" androidx.test.espresso:espresso-contrib:3.6.1 " )
421- androidTestImplementation(" androidx.test.espresso:espresso-intents:3.6.1 " )
422- androidTestImplementation(" androidx.test.espresso:espresso-web:3.6.1 " )
423- androidTestImplementation(" androidx.test.ext:junit:1.2.1 " )
424- androidTestImplementation(" androidx.test:runner:1.6.2 " )
419+ androidTestImplementation(" androidx.test.espresso:espresso-core:3.7.0 " )
420+ androidTestImplementation(" androidx.test.espresso:espresso-contrib:3.7.0 " )
421+ androidTestImplementation(" androidx.test.espresso:espresso-intents:3.7.0 " )
422+ androidTestImplementation(" androidx.test.espresso:espresso-web:3.7.0 " )
423+ androidTestImplementation(" androidx.test.ext:junit:1.3.0 " )
424+ androidTestImplementation(" androidx.test:runner:1.7.0 " )
425425 androidTestImplementation(" androidx.test:rules:1.6.1" )
426- androidTestImplementation(" androidx.test.ext:junit-ktx:1.2.1 " )
426+ androidTestImplementation(" androidx.test.ext:junit-ktx:1.3.0 " )
427427 androidTestImplementation(" androidx.test.uiautomator:uiautomator:2.3.0" )
428428 androidTestImplementation(" androidx.room:room-testing:2.7.2" )
429429 androidTestImplementation(" androidx.arch.core:core-testing:2.2.0" )
430430 androidTestImplementation(" androidx.work:work-testing:2.10.3" )
431431 androidTestImplementation(" com.squareup.okhttp3:mockwebserver:5.1.0" )
432432 androidTestImplementation(" com.squareup.okhttp3:okhttp-tls:5.1.0" )
433433 androidTestImplementation(" com.athaydes.rawhttp:rawhttp-core:2.6.0" )
434- androidTestUtil(" androidx.test:orchestrator:1.5 .1" )
434+ androidTestUtil(" androidx.test:orchestrator:1.6 .1" )
435435
436436 testImplementation(" com.squareup.okhttp3:mockwebserver:5.1.0" )
437437 testImplementation(" com.flextrade.jfixture:jfixture:2.7.2" )
@@ -453,7 +453,7 @@ dependencies {
453453 implementation(" androidx.recyclerview:recyclerview:1.4.0" )
454454 implementation(" androidx.recyclerview:recyclerview-selection:1.2.0" )
455455 implementation(" androidx.constraintlayout:constraintlayout:2.2.1" )
456- implementation(" androidx.test.espresso:espresso-idling-resource:3.6.1 " )
456+ implementation(" androidx.test.espresso:espresso-idling-resource:3.7.0 " )
457457 implementation(" androidx.lifecycle:lifecycle-extensions:2.2.0" )
458458 implementation(" androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.2" )
459459 implementation(" androidx.lifecycle:lifecycle-livedata-ktx:2.9.2" )
@@ -489,7 +489,7 @@ dependencies {
489489 implementation(" com.squareup.retrofit2:retrofit:3.0.0" )
490490 implementation(" com.squareup.retrofit2:converter-gson:3.0.0" )
491491 implementation(" com.squareup.retrofit2:converter-scalars:3.0.0" )
492- implementation(" com.squareup.okio:okio:3.13 .0" )
492+ implementation(" com.squareup.okio:okio:3.16 .0" )
493493 implementation(" com.squareup.okhttp3:logging-interceptor:5.1.0" )
494494
495495 implementation(" com.github.bumptech.glide:glide:4.16.0" )
@@ -498,19 +498,19 @@ dependencies {
498498 implementation(" com.googlecode.owasp-java-html-sanitizer:owasp-java-html-sanitizer:20240325.1" )
499499 implementation(" com.sandinh:zbase32-commons-codec_2.12:1.0.0" )
500500 implementation(" org.bitbucket.b_c:jose4j:0.9.6" )
501- implementation(" org.jsoup:jsoup:1.20 .1" )
501+ implementation(" org.jsoup:jsoup:1.21 .1" )
502502 implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2" )
503503 implementation(" org.pgpainless:pgpainless-core:1.7.6" )
504- implementation(" org.eclipse.angus:angus-mail:2.0.3 " )
505- implementation(" org.eclipse.angus:gimap:2.0.3 " )
504+ implementation(" org.eclipse.angus:angus-mail:2.0.4 " )
505+ implementation(" org.eclipse.angus:gimap:2.0.4 " )
506506 implementation(" commons-io:commons-io:2.19.0" )
507507 implementation(" net.openid:appauth:0.11.1" )
508508 implementation(" ch.acra:acra-http:5.12.0" )
509509 implementation(" io.github.everythingme:overscroll-decor-android:1.1.1" )
510510
511511 constraints {
512512 // due to https://github.com/FlowCrypt/flowcrypt-security/issues/199
513- implementation(" commons-codec:commons-codec:1.18 .0" ) {
513+ implementation(" commons-codec:commons-codec:1.19 .0" ) {
514514 because(" version 1.11 has VULNERABILITY DESCRIPTION CWE-200" )
515515 }
516516 }
0 commit comments