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 Oct 9, 2024
1 parent 15bc297 commit 73496ee
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,27 +1,27 @@
[versions]
androidGradlePlugin = "8.6.1"
androidGradlePlugin = "8.7.0"
androidxActivity = "1.9.2"
androidxLifecycle = "2.8.6"
androidxCoreTest = "1.6.1"
assertk = "0.28.1"
composeBom = "2024.09.02"
composeNavigation = "2.8.1"
composeBom = "2024.09.03"
composeNavigation = "2.8.2"
dagger = "2.52"
dependencyAnalysis = "2.1.1"
dependencyAnalysis = "2.1.4"
googleAccompanist = "0.36.0"
googleGuava = "33.3.1-jre"
googleMaterial = "1.12.0"
javapoet = "1.13.0"
junit4 = "4.13.2"
junitJupiter = "5.11.1"
junitJupiter = "5.11.2"
kotlin = "2.0.20"
kotlinCoroutines = "1.9.0"
kotlinSerialization = "1.7.3"
# KSP version must align with Kotlin version: https://github.com/google/ksp/releases
ksp = "2.0.20-1.0.25"
ktor = "2.3.12"
lottie = "6.5.2"
mockk = "1.13.12"
mockk = "1.13.13"
robolectric = "4.13"
turbine = "1.1.0"

Expand Down

0 comments on commit 73496ee

Please sign in to comment.