From 1bfa5528cbf6df72e17da66d8cdaf2fb8616f493 Mon Sep 17 00:00:00 2001 From: Dale Hawkins <107309+dkhawk@users.noreply.github.com> Date: Tue, 7 Jul 2026 13:33:38 -0600 Subject: [PATCH] build(deps): update dependencies across 5 packages Automated dependency updates applied: - androidx.lifecycle:lifecycle-runtime-ktx 2.10.0 -> 2.11.0 - com.google.android.gms:play-services-location 21.3.0 -> 21.4.0 - net.bytebuddy:byte-buddy 1.17.1 -> 1.18.11-jdk5 - io.ktor:ktor-client-core 3.5.0 -> 3.5.1 - androidx.test.uiautomator:uiautomator 2.3.0 -> 2.4.0 --- gradle/libs.versions.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 3a25ab28..15d7dc58 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -9,7 +9,7 @@ androidxAppcompat = "1.7.1" androidxCoreKtx = "1.19.0" # Increasing androidxActivityKtx or lifecycleRuntimeKtx will require us to upgrade the minSdk androidxActivityKtx = "1.13.0" -lifecycleRuntimeKtx = "2.10.0" +lifecycleRuntimeKtx = "2.11.0" kotlin = "2.4.0" kotlinxCoroutines = "1.11.0" material = "1.14.0" @@ -19,7 +19,7 @@ androidxStartup = "1.2.0" # Versions for Google Play Services libraries, which are essential for this sample. androidMapsSdk = "20.0.0" androidMapsUtils = "4.5.0" -playServicesLocation = "21.3.0" +playServicesLocation = "21.4.0" # --- Testing --- # Versions for testing libraries. @@ -30,7 +30,7 @@ junit = "4.13.2" mockito = "5.23.0" mockitoInline = "5.2.0" mockitoKotlin = "2.2.0" -byteBuddy = "1.17.1" +byteBuddy = "1.18.11-jdk5" truth = "1.4.5" # --- Gradle Plugins --- @@ -42,8 +42,8 @@ jacocoAndroidGradlePlugin = "0.2.1" secretsGradlePlugin = "2.0.1" # --- Visual Testing (Gemini API) --- -ktor = "3.5.0" -uiautomator = "2.3.0" +ktor = "3.5.1" +uiautomator = "2.4.0" kotlinxSerialization = "1.11.0"