Skip to content

Commit

Permalink
Merge pull request #270 from NordicSemiconductor/renovate/all
Browse files Browse the repository at this point in the history
Update all dependencies
  • Loading branch information
philips77 authored Nov 28, 2024
2 parents fb2c08f + e368030 commit 188a1b2
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,21 +1,21 @@
[versions]
androidGradlePlugin = "8.7.1"
androidGradlePlugin = "8.7.2"
kotlin = "2.1.0"
ksp = "2.1.0-1.0.29"
androidxActivity = "1.9.3"
androidxAnnotation = "1.9.0"
androidxAnnotation = "1.9.1"
androidxAppCompat = "1.7.0"
androidxComposeBom = "2024.10.00" # https://developer.android.com/jetpack/compose/bom/bom-mapping
androidxComposeRuntimeTracing = "1.7.4"
androidxCore = "1.13.1"
androidxComposeBom = "2024.11.00" # https://developer.android.com/jetpack/compose/bom/bom-mapping
androidxComposeRuntimeTracing = "1.7.5"
androidxCore = "1.15.0"
androidxCoreSplashscreen = "1.0.1"
androidxDataStore = "1.1.1"
androidxEspresso = "3.6.1"
androidxHiltNavigationCompose = "1.2.0"
androidxLifecycle = "2.8.6"
androidxLifecycle = "2.8.7"
androidxLocalbroadcastmanager = "1.1.0"
androidxMacroBenchmark = "1.3.3"
androidxNavigation = "2.8.3"
androidxNavigation = "2.8.4"
androidxMetrics = "1.0.0-beta01"
androidxProfileinstaller = "1.4.1"
androidxStartup = "1.2.0"
Expand All @@ -26,27 +26,27 @@ androidxTestRunner = "1.6.2"
androidxTestRules = "1.6.1"
androidxTracing = "1.2.0"
androidxUiAutomator = "2.3.0"
androidxWork = "2.9.1"
androidDesugarJdkLibs = "2.1.2"
androidxWork = "2.10.0"
androidDesugarJdkLibs = "2.1.3"
accompanist = "0.36.0"
coil = "2.7.0"
firebaseBom = "33.5.0"
firebaseBom = "33.6.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.7.0"
lint = "31.7.1"
kotlinCompose = "1.7.1"
lint = "31.7.2"
memfault-cloud = "2.0.5"
okhttp = "5.0.0-alpha.14"
protobuf = "4.28.2"
protobuf = "4.29.0"
protobufPlugin = "0.9.4"
publishPlugin = "1.3.0"
retrofit = "2.11.0"
room = "2.7.0-alpha10"
paging = "3.3.2"
room = "2.7.0-alpha11"
paging = "3.3.4"
secrets = "2.0.1"
turbine = "1.2.0"
markdown = "0.5.0" # https://github.com/jeziellago/compose-markdown/releases
Expand All @@ -58,8 +58,8 @@ mockk = "1.13.13"
truth = "1.4.4"
slf4j = "2.0.16"
slf4j-timber = "1.2"
robolectric = "4.13"
skydovesBallon = "1.6.9"
robolectric = "4.14.1"
skydovesBallon = "1.6.11"
moshi = "1.15.1"
koinCore = "4.0.0"
koinCompose = "4.0.0"
Expand All @@ -70,11 +70,11 @@ gson = "2.11.0"

nordic-blek = "1.1.0"
nordic-ble = "2.9.0"
nordic-dfu = "2.6.1"
nordic-dfu = "2.7.0"
nordic-log = "2.5.0"
nordic-data = "0.2.0"
nordic-wifi = "1.1.1"
nordic-mcumgr = "2.2.1"
nordic-mcumgr = "2.2.2"
nordic-scanner = "1.6.0"
nordic-common = "2.1.0"
nordic-memfault = "1.0.2"
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.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 188a1b2

Please sign in to comment.