From 644ccaedd528c8578dc00b17ef562ed546d095c2 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 17 Jun 2026 23:19:27 +0000 Subject: [PATCH] chore(deps): bump stable dependency versions Update to latest stable releases: - Compose BOM 2026.05.01 -> 2026.06.00 (Compose core patch 1.11.2 -> 1.11.3) - AndroidX Lifecycle 2.10.0 -> 2.11.0 - Firebase BOM 34.14.1 -> 34.15.0 (firebase-messaging 25.0.2 -> 25.1.0) - google-services plugin 4.4.4 -> 4.5.0 - kotlin-test 2.3.21 -> 2.4.0 (align with kotlin 2.4.0) - KSP 2.3.8 -> 2.3.9 - Spotless 8.6.0 -> 8.7.0 All stable, no breaking changes affecting Amethyst: no Navigation3 usage (Lifecycle 2.11 nav decorator break N/A), Spotless pins ktlint 1.7.1 (no reformat churn), and Firebase FCM deprecations are warnings only (no allWarningsAsErrors). Verified: spotlessCheck, quartz compile + jvmTest pass. Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01PDjG6Lgp4SmGJ9vuD7XwDD --- gradle/libs.versions.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index a6fc33aa3b..be11853836 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -18,15 +18,15 @@ audiowaveform = "1.1.2" benchmark = "1.5.0-alpha06" biometricKtx = "1.2.0-alpha05" coil = "3.5.0" -composeBom = "2026.05.01" +composeBom = "2026.06.00" composeRuntimeAnnotation = "1.11.2" coreKtx = "1.19.0" datastore = "1.2.1" devWhyolegCryptography = "0.6.0" espressoCore = "3.7.0" -firebaseBom = "34.14.1" +firebaseBom = "34.15.0" fragmentKtx = "1.8.9" -gms = "4.4.4" +gms = "4.5.0" healthConnect = "1.1.0" jacksonModuleKotlin = "2.22.0" javaKeyring = "1.0.4" @@ -43,7 +43,7 @@ genaiPrompt = "1.0.0-beta2" genaiRewriting = "1.0.0-beta1" genaiImageDescription = "1.0.0-beta1" languageId = "17.0.6" -lifecycleRuntimeKtx = "2.10.0" +lifecycleRuntimeKtx = "2.11.0" lightcompressor-enhanced = "2.2.1" jlatexmath = "1.4" markdown = "f92ef49c9d" @@ -60,7 +60,7 @@ secp256k1KmpJniAndroid = "0.23.0" schnorr256k1Kmp = "1.0.5" securityCryptoKtx = "1.1.0" slf4j = "2.0.18" -spotless = "8.6.0" +spotless = "8.7.0" streamWebrtcAndroid = "1.3.10" translate = "17.0.3" jetbrainsCompose = "1.11.1" @@ -80,7 +80,7 @@ workRuntime = "2.11.2" androidxCamera = "1.6.1" androidxCollection = "1.6.0" androidxExifinterface = "1.4.2" -kotlinTest = "2.3.21" +kotlinTest = "2.4.0" core = "1.7.0" mavenPublish = "0.36.0" sqlite = "2.6.2" @@ -91,7 +91,7 @@ fourkoma = "1.2.0" # Scoped to the play flavor only (see amethyst/build.gradle.kts) so the # fdroid channel doesn't pull in Google alpha dependencies. appfunctions = "1.0.0-alpha09" -ksp = "2.3.8" +ksp = "2.3.9" [libraries] abedElazizShe-video-compressor-fork = { group = "com.github.davotoula", name = "LightCompressor-enhanced", version.ref = "lightcompressor-enhanced" }