@@ -400,7 +400,7 @@ val devDebugImplementation: Configuration by configurations.creating
400400val uiTestsImplementation by configurations.named(" uiTestsImplementation" )
401401
402402dependencies {
403- ksp(" com.github.bumptech.glide:ksp:4.16.0 " )
403+ ksp(" com.github.bumptech.glide:ksp:5.0.4 " )
404404 ksp(" androidx.annotation:annotation:1.9.1" )
405405 ksp(" androidx.room:room-compiler:2.7.2" )
406406 // ACRA needs the following dependency to use a custom report sender
@@ -413,16 +413,16 @@ dependencies {
413413 devDebugImplementation(" com.squareup.leakcanary:leakcanary-android:2.14" )
414414 // uiTests is the build type for testing.
415415 // noinspection FragmentGradleConfiguration
416- uiTestsImplementation(" androidx.fragment:fragment-testing:1.8.7 " )
417- uiTestsImplementation(" androidx.test:core-ktx:1.6.1 " )
416+ uiTestsImplementation(" androidx.fragment:fragment-testing:1.8.9 " )
417+ uiTestsImplementation(" androidx.test:core-ktx:1.7.0 " )
418418
419419 androidTestImplementation(" androidx.test.espresso:espresso-core:3.7.0" )
420420 androidTestImplementation(" androidx.test.espresso:espresso-contrib:3.7.0" )
421421 androidTestImplementation(" androidx.test.espresso:espresso-intents:3.7.0" )
422422 androidTestImplementation(" androidx.test.espresso:espresso-web:3.7.0" )
423423 androidTestImplementation(" androidx.test.ext:junit:1.3.0" )
424424 androidTestImplementation(" androidx.test:runner:1.7.0" )
425- androidTestImplementation(" androidx.test:rules:1.6.1 " )
425+ androidTestImplementation(" androidx.test:rules:1.7.0 " )
426426 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" )
@@ -449,17 +449,17 @@ dependencies {
449449 implementation(" androidx.appcompat:appcompat:1.7.1" )
450450 implementation(" androidx.legacy:legacy-preference-v14:1.0.0" )
451451 implementation(" androidx.cardview:cardview:1.0.0" )
452- implementation(" androidx.browser:browser:1.8 .0" )
452+ implementation(" androidx.browser:browser:1.9 .0" )
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" )
456456 implementation(" androidx.test.espresso:espresso-idling-resource:3.7.0" )
457457 implementation(" androidx.lifecycle:lifecycle-extensions:2.2.0" )
458- implementation(" androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.2 " )
459- implementation(" androidx.lifecycle:lifecycle-livedata-ktx:2.9.2 " )
460- implementation(" androidx.lifecycle:lifecycle-process:2.9.2 " )
461- implementation(" androidx.lifecycle:lifecycle-runtime-ktx:2.9.2 " )
462- implementation(" androidx.lifecycle:lifecycle-service:2.9.2 " )
458+ implementation(" androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.3 " )
459+ implementation(" androidx.lifecycle:lifecycle-livedata-ktx:2.9.3 " )
460+ implementation(" androidx.lifecycle:lifecycle-process:2.9.3 " )
461+ implementation(" androidx.lifecycle:lifecycle-runtime-ktx:2.9.3 " )
462+ implementation(" androidx.lifecycle:lifecycle-service:2.9.3 " )
463463 implementation(" androidx.room:room-runtime:2.7.2" )
464464 implementation(" androidx.room:room-ktx:2.7.2" )
465465 // we disabled warnings about paging-runtime-ktx because a newer version doesn't fit our needs
@@ -474,14 +474,14 @@ dependencies {
474474 implementation(" androidx.navigation:navigation-fragment-ktx:2.9.3" )
475475 implementation(" androidx.navigation:navigation-ui-ktx:2.9.3" )
476476 implementation(" androidx.navigation:navigation-runtime-ktx:2.9.3" )
477- implementation(" androidx.webkit:webkit:1.13 .0" )
477+ implementation(" androidx.webkit:webkit:1.14 .0" )
478478
479- implementation(" com.google.android.gms:play-services-base:18.7.0 " )
479+ implementation(" com.google.android.gms:play-services-base:18.7.2 " )
480480 implementation(" com.google.android.gms:play-services-auth:21.3.0" )
481481 implementation(" com.google.android.material:material:1.12.0" )
482482 implementation(" com.google.android.flexbox:flexbox:3.0.0" )
483483 implementation(" com.google.code.gson:gson:2.13.1" )
484- implementation(" com.google.api-client:google-api-client-android:2.8.0 " )
484+ implementation(" com.google.api-client:google-api-client-android:2.8.1 " )
485485 implementation(" com.google.apis:google-api-services-gmail:v1-rev20250630-2.0.0" )
486486 // ACRA needs the following dependency to use a custom report sender
487487 implementation(" com.google.auto.service:auto-service-annotations:1.1.1" )
@@ -492,18 +492,18 @@ dependencies {
492492 implementation(" com.squareup.okio:okio:3.16.0" )
493493 implementation(" com.squareup.okhttp3:logging-interceptor:5.1.0" )
494494
495- implementation(" com.github.bumptech.glide:glide:4.16.0 " )
495+ implementation(" com.github.bumptech.glide:glide:5.0.4 " )
496496 implementation(" com.nulab-inc:zxcvbn:1.9.0" )
497497 implementation(" com.burhanrashid52:photoeditor:3.0.2" )
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.21.1 " )
501+ implementation(" org.jsoup:jsoup:1.21.2 " )
502502 implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2" )
503503 implementation(" org.pgpainless:pgpainless-core:1.7.6" )
504504 implementation(" org.eclipse.angus:angus-mail:2.0.4" )
505505 implementation(" org.eclipse.angus:gimap:2.0.4" )
506- implementation(" commons-io:commons-io:2.19 .0" )
506+ implementation(" commons-io:commons-io:2.20 .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" )
0 commit comments