diff --git a/app/build.gradle b/app/build.gradle index f6210bf85..095abe83b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -188,7 +188,7 @@ dependencies { implementation "androidx.lifecycle:lifecycle-livedata-ktx:$lifecycle_version" // Zoomable images - implementation 'net.engawapg.lib:zoomable:1.5.2' + implementation 'net.engawapg.lib:zoomable:1.5.3' // Biometrics implementation "androidx.biometric:biometric-ktx:1.2.0-alpha05" @@ -248,7 +248,7 @@ dependencies { playImplementation 'com.google.mlkit:translate:17.0.2' // PushNotifications - playImplementation platform('com.google.firebase:firebase-bom:32.6.0') + playImplementation platform('com.google.firebase:firebase-bom:32.7.0') playImplementation 'com.google.firebase:firebase-messaging-ktx' //PushNotifications(FDroid) diff --git a/quartz/build.gradle b/quartz/build.gradle index 25c05ae37..985c833d5 100644 --- a/quartz/build.gradle +++ b/quartz/build.gradle @@ -44,7 +44,7 @@ dependencies { implementation "com.goterl:lazysodium-android:5.1.0@aar" implementation 'net.java.dev.jna:jna:5.14.0@aar' - api 'com.fasterxml.jackson.module:jackson-module-kotlin:2.16.0' + api 'com.fasterxml.jackson.module:jackson-module-kotlin:2.16.1' // immutable collections to avoid recomposition api('org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.7')