From e62bd0ef63b7125bb419e1880d63ed60d4d4c825 Mon Sep 17 00:00:00 2001 From: rsuntk Date: Thu, 5 Dec 2024 11:44:06 +0700 Subject: [PATCH] TREEWIDE: Bump dependencies Signed-off-by: rsuntk --- manager/gradle/libs.versions.toml | 10 +++++----- userspace/ksud/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/manager/gradle/libs.versions.toml b/manager/gradle/libs.versions.toml index ef564f8c0644..23a61029556e 100644 --- a/manager/gradle/libs.versions.toml +++ b/manager/gradle/libs.versions.toml @@ -1,10 +1,10 @@ [versions] -agp = "8.7.1" +agp = "8.7.2" kotlin = "2.0.21" -ksp = "2.0.21-1.0.26" -compose-bom = "2024.10.00" -lifecycle = "2.8.6" -navigation = "2.8.3" +ksp = "2.0.21-1.0.28" +compose-bom = "2024.11.00" +lifecycle = "2.8.7" +navigation = "2.8.4" activity-compose = "1.9.3" kotlinx-coroutines = "1.9.0" coil-compose = "2.7.0" diff --git a/userspace/ksud/Cargo.toml b/userspace/ksud/Cargo.toml index 2d418b3941c7..6e12e447034b 100644 --- a/userspace/ksud/Cargo.toml +++ b/userspace/ksud/Cargo.toml @@ -35,7 +35,7 @@ rust-embed = { version = "8.5", features = [ "debug-embed", "compression", # must clean build after updating binaries ] } -which = "6.0" +which = "7.0" getopts = "0.2" sha256 = "1" sha1 = "0.10"