diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index b33c950c2..2238a677f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -12,14 +12,14 @@ audiowaveform = "1.1.2" benchmark = "1.3.4" benchmarkJunit4 = "1.3.4" biometricKtx = "1.2.0-alpha05" -coil = "3.2.0" -composeBom = "2025.06.01" +coil = "3.3.0" +composeBom = "2025.07.00" coreKtx = "1.16.0" espressoCore = "3.6.1" -firebaseBom = "33.16.0" +firebaseBom = "34.0.0" fragmentKtx = "1.8.8" gms = "4.4.3" -jacksonModuleKotlin = "2.19.1" +jacksonModuleKotlin = "2.19.2" jna = "5.17.0" jtorctl = "0.4.5.7" junit = "4.13.2" @@ -29,13 +29,13 @@ kotlinxSerialization = "1.9.0" kotlinxSerializationPlugin = "2.2.0" languageId = "17.0.6" lazysodiumAndroid = "5.2.0" -lifecycleRuntimeKtx = "2.9.1" +lifecycleRuntimeKtx = "2.9.2" lightcompressor = "1.3.3" markdown = "e1151c8" media3 = "1.7.1" -mockk = "1.14.4" +mockk = "1.14.5" kotlinx-coroutines-test = "1.10.2" -navigationCompose = "2.9.1" +navigationCompose = "2.9.2" okhttp = "5.1.0" runner = "1.6.2" rfc3986 = "0.1.2" diff --git a/quartz/build.gradle b/quartz/build.gradle index 0a6679022..2b584d077 100644 --- a/quartz/build.gradle +++ b/quartz/build.gradle @@ -57,7 +57,7 @@ dependencies { // LibSodium for ChaCha encryption (NIP-44) // Wait for @aar support in version catalogs - implementation "com.goterl:lazysodium-android:5.1.0@aar" + implementation 'com.goterl:lazysodium-android:5.2.0@aar' implementation 'net.java.dev.jna:jna:5.17.0@aar' //implementation (libs.lazysodium.android) { artifact { type = "aar" } }