Skip to content

Commit

Permalink
Update dependencies for minor & patch changes
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 1, 2024
1 parent dbf81d2 commit 3f7675b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@ android-gradle = "8.5.0"
detekt = "1.23.6"
junit = "1.10.0.0"
ksp = "2.0.0-1.0.22"
ktlint = "4.3.0"
ktlint = "4.4.0"

# production libraries
coil = "2.6.0"
compose-bom = "2024.06.00"
compose-compiler = "1.5.14"
compose-rules = "0.4.4"
compose-rules = "0.4.5"
compose-material3 = "1.2.1"
hilt = "2.51.1"
kotlin = "2.0.0"
kotlin-coroutines = "1.8.1"
kotlin-serialization = "1.7.0"
lifecycle = "2.7.0" # update to 2.8.x when it fixes the crash on release version that happens on 2.8.2
kotlin-serialization = "1.7.1"
lifecycle = "2.8.3" # update to 2.8.x when it fixes the crash on release version that happens on 2.8.2
navigation = "2.7.7"
navigation-hilt = "1.2.0"
okhttp-logging-interceptor = "4.12.0"
Expand All @@ -25,16 +25,16 @@ room = "2.6.1"
timber = "5.0.1"

# test libraries
test-junit = "5.10.2"
test-junit = "5.10.3"
test-mockk = "1.13.11"
test-turbine = "1.1.0"

# android test libraries
test-android-baseline-profile = "1.2.4"
test-android-compose-ui-test = "1.6.8"
test-android-junit = "1.1.5"
test-android-junit = "1.2.1"
test-android-profile-installer = "1.3.1"
test-android-runner = "1.5.2"
test-android-runner = "1.6.1"


[plugins]
Expand Down

0 comments on commit 3f7675b

Please sign in to comment.