Skip to content

Commit

Permalink
Update all non-major dependencies (except kotlin)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 4, 2024
1 parent ae04b89 commit 9aac382
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[versions]
androidGradlePlugin = "8.7.1"
androidGradlePlugin = "8.7.2"
androidxActivity = "1.9.3"
androidxLifecycle = "2.8.6"
androidxLifecycle = "2.8.7"
androidxCoreTest = "1.6.1"
assertk = "0.28.1"
composeBom = "2024.10.00"
composeBom = "2024.10.01"
composeNavigation = "2.8.3"
dagger = "2.52"
dependencyAnalysis = "2.3.0"
dependencyAnalysis = "2.4.2"
googleAccompanist = "0.36.0"
googleGuava = "33.3.1-jre"
googleMaterial = "1.12.0"
Expand All @@ -19,8 +19,8 @@ kotlinCoroutines = "1.9.0"
kotlinSerialization = "1.7.3"
# KSP version must align with Kotlin version: https://github.com/google/ksp/releases
ksp = "2.0.21-1.0.26"
ktor = "3.0.0"
lottie = "6.5.2"
ktor = "3.0.1"
lottie = "6.6.0"
mockk = "1.13.13"
robolectric = "4.13"
turbine = "1.2.0"
Expand Down

0 comments on commit 9aac382

Please sign in to comment.