build: update dependencies
authorDa Risk <da_risk@geekorum.com>
Fri, 09 May 2025 13:13:52 -0400
changeset 1321 4072435dcdf9
parent 1320 d0472ca278ff
child 1322 a026c602e97e
build: update dependencies
gradle/libs.versions.toml
--- a/gradle/libs.versions.toml	Fri May 09 13:13:17 2025 -0400
+++ b/gradle/libs.versions.toml	Fri May 09 13:13:52 2025 -0400
@@ -19,7 +19,7 @@
 #
 [versions]
 android-gradle-plugin = "8.10.0"
-accompanist = "0.37.2"
+accompanist = "0.37.3"
 androidx-annotation = "1.9.1"
 androidx-core = "1.16.0"
 androidx-arch-core-testing = "2.2.0"
@@ -29,16 +29,16 @@
 androidx-fragment = "1.8.6"
 androidx-constraintlayout = "2.2.1"
 androidx-coordinatorlayout = "1.3.0"
-androidx-compose-bom = "2025.04.00"
-androidx-datastore = "1.1.4"
+androidx-compose-bom = "2025.05.00"
+androidx-datastore = "1.1.6"
 androidx-hilt-compiler = "1.2.0"
 androidx-hilt-navigation-compose = "1.2.0"
 androidx-hilt-work = "1.2.0"
-androidx-lifecycle = "2.8.7"
-androidx-navigation = "2.8.9"
+androidx-lifecycle = "2.9.0"
+androidx-navigation = "2.9.0"
 androidx-paging = "3.3.6"
 androidx-preferences = "1.2.1"
-androidx-room = "2.7.0"
+androidx-room = "2.7.1"
 androidx-startup = "1.2.0"
 androidx-work = "2.10.1"
 android-material = "1.12.0"
@@ -56,13 +56,13 @@
 timber = "5.0.1"
 truth = "1.4.4"
 turbine = "1.2.0"
-mockk = "1.14.0"
-firebase-bom = "33.12.0"
+mockk = "1.14.2"
+firebase-bom = "33.13.0"
 google-play-core = "2.1.0"
 google-play-core-review = "2.0.2"
 gms-play-services-base = "18.7.0"
 javax-inject = "1"
-ksoup =  "0.2.2"
+ksoup =  "0.2.3"
 retrofit = "2.11.0"
 retrofit-kotlinx-serialization-converter = "1.0.0"
 leakcanary = "2.14"
@@ -128,7 +128,7 @@
 androidx-compose-material-icons-core = { module = "androidx.compose.material:material-icons-core" }
 androidx-compose-material-icons-extended = { module = "androidx.compose.material:material-icons-extended" }
 # alpha for M3 Floating toolbar
-androidx-compose-material3 = { module = "androidx.compose.material3:material3", version="1.4.0-alpha10" }
+androidx-compose-material3 = { module = "androidx.compose.material3:material3", version="1.4.0-alpha14" }
 androidx-compose-material3-window-sizes = { module = "androidx.compose.material3:material3-window-size-class" }
 androidx-compose-runtime-livedata = { module = "androidx.compose.runtime:runtime-livedata" }
 androidx-compose-ui = { module = "androidx.compose.ui:ui" }