Skip to content

Commit

Permalink
Merge pull request #264 from NordicSemiconductor/renovate/all
Browse files Browse the repository at this point in the history
Update all dependencies
  • Loading branch information
philips77 authored Oct 14, 2024
2 parents 9e62118 + e0362e1 commit ea721bd
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
38 changes: 19 additions & 19 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
[versions]
androidGradlePlugin = "8.6.0"
androidGradlePlugin = "8.7.1"
kotlin = "2.0.21"
ksp = "2.0.21-1.0.25"
androidxActivity = "1.9.2"
androidxAnnotation = "1.8.2"
androidxAppCompat = "1.7.0"
androidxComposeBom = "2024.09.01" # https://developer.android.com/jetpack/compose/bom/bom-mapping
androidxComposeRuntimeTracing = "1.0.0-beta01"
androidxComposeBom = "2024.09.03" # https://developer.android.com/jetpack/compose/bom/bom-mapping
androidxComposeRuntimeTracing = "1.7.3"
androidxCore = "1.13.1"
androidxCoreSplashscreen = "1.0.1"
androidxDataStore = "1.1.1"
androidxEspresso = "3.6.1"
androidxHiltNavigationCompose = "1.2.0"
androidxLifecycle = "2.8.5"
androidxLifecycle = "2.8.6"
androidxLocalbroadcastmanager = "1.1.0"
androidxMacroBenchmark = "1.3.0"
androidxNavigation = "2.8.0"
androidxMacroBenchmark = "1.3.2"
androidxNavigation = "2.8.2"
androidxMetrics = "1.0.0-beta01"
androidxProfileinstaller = "1.3.1"
androidxStartup = "1.1.1"
androidxProfileinstaller = "1.4.1"
androidxStartup = "1.2.0"
androidxWindowManager = "1.3.0"
androidxTestCore = "1.6.1"
androidxTestExt = "1.2.1"
Expand All @@ -30,39 +30,39 @@ androidxWork = "2.9.1"
androidDesugarJdkLibs = "2.1.2"
accompanist = "0.36.0"
coil = "2.7.0"
firebaseBom = "33.2.0"
firebaseBom = "33.4.0"
hilt = "2.52"
hiltExt = "1.2.0"
junit4 = "4.13.2"
kotlinxCoroutines = "1.9.0"
kotlinxDatetime = "0.6.1"
kotlinxSerializationJson = "1.7.3"
kotlinCompose = "1.6.11"
lint = "31.6.0"
lint = "31.7.1"
memfault-cloud = "2.0.5"
okhttp = "5.0.0-alpha.14"
protobuf = "4.28.0"
protobuf = "4.28.2"
protobufPlugin = "0.9.4"
publishPlugin = "1.2.2"
publishPlugin = "1.3.0"
retrofit = "2.11.0"
room = "2.7.0-alpha07"
room = "2.7.0-alpha09"
paging = "3.3.2"
secrets = "2.0.1"
turbine = "1.1.0"
markdown = "0.5.0" # https://github.com/jeziellago/compose-markdown/releases
wirePlugin = "5.0.0"
wirePlugin = "5.1.0"
timber = "5.0.1"
chart = "v3.1.0"
leakcanary = "2.14"
mockk = "1.13.12"
mockk = "1.13.13"
truth = "1.4.4"
slf4j = "2.0.16"
slf4j-timber = "1.1"
slf4j-timber = "1.2"
robolectric = "4.13"
skydovesBallon = "1.6.7"
skydovesBallon = "1.6.8"
moshi = "1.15.1"
koinCore = "3.5.6"
koinCompose = "1.1.5"
koinCore = "4.0.0"
koinCompose = "4.0.0"
kmmUuid = "0.8.4"
kmmVoyager = "1.0.0"
kmmLogs = "2.7.1"
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit ea721bd

Please sign in to comment.