From 062e4af1183fe1ea902716669b4436b150e3dde7 Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Mon, 11 Nov 2024 14:54:38 -0500 Subject: [PATCH] Updates JNA, Coil, Jackson, and Kotlin Collections --- gradle/libs.versions.toml | 8 ++++---- quartz/build.gradle | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 983cbef5b..ae6ba4bbd 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -13,19 +13,19 @@ benchmark = "1.3.3" benchmarkJunit4 = "1.3.3" biometricKtx = "1.2.0-alpha05" blurhash = "1.0.0" -coil = "3.0.0-rc02" +coil = "3.0.2" composeBom = "2024.10.01" coreKtx = "1.15.0" espressoCore = "3.6.1" firebaseBom = "33.5.1" fragmentKtx = "1.8.5" gms = "4.4.2" -jacksonModuleKotlin = "2.17.2" -jna = "5.14.0" +jacksonModuleKotlin = "2.18.1" +jna = "5.15.0" jtorctl = "0.4.5.7" junit = "4.13.2" kotlin = "2.0.20" -kotlinxCollectionsImmutable = "0.3.7" +kotlinxCollectionsImmutable = "0.3.8" kotlinxSerialization = "1.7.3" kotlinxSerializationPlugin = "2.0.0" languageId = "17.0.6" diff --git a/quartz/build.gradle b/quartz/build.gradle index 55a32d91b..306000b6b 100644 --- a/quartz/build.gradle +++ b/quartz/build.gradle @@ -59,7 +59,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 'net.java.dev.jna:jna:5.14.0@aar' + implementation 'net.java.dev.jna:jna:5.15.0@aar' //implementation (libs.lazysodium.android) { artifact { type = "aar" } } //implementation (libs.jna) { artifact { type = "aar" } }