Skip to content

Commit

Permalink
Merge pull request #207 from NordicSemiconductor/renovate/all
Browse files Browse the repository at this point in the history
Update all dependencies
  • Loading branch information
sylwester-zielinski authored Dec 1, 2023
2 parents e39b765 + 0e6b7c1 commit b9795f3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[versions]
accompanist = "0.32.0"
androidDesugarJdkLibs = "2.0.4"
androidGradlePlugin = "8.1.4"
androidGradlePlugin = "8.2.0"
androidxActivity = "1.8.1"
androidxAnnotation = "1.7.0"
androidxAppCompat = "1.6.1"
androidxComposeBom = "2023.10.01" # https://developer.android.com/jetpack/compose/bom/bom-mapping
androidxComposeCompiler = "1.5.4" # https://developer.android.com/jetpack/androidx/releases/compose-kotlin
androidxComposeRuntimeTracing = "1.0.0-alpha05"
androidxComposeRuntimeTracing = "1.0.0-beta01"
androidxCore = "1.12.0"
androidxCoreSplashscreen = "1.0.1"
androidxDataStore = "1.0.0"
Expand All @@ -25,9 +25,9 @@ androidxTestCore = "1.5.0"
androidxTestExt = "1.1.5"
androidxTestRunner = "1.5.2"
androidxTestRules = "1.5.0"
androidxTracing = "1.1.0"
androidxTracing = "1.2.0"
androidxUiAutomator = "2.2.0"
androidxWork = "2.8.1"
androidxWork = "2.9.0"
coil = "2.5.0"
firebaseBom = "32.6.0"
hilt = "2.48.1"
Expand All @@ -39,39 +39,39 @@ kotlinxCoroutines = "1.7.3"
kotlinxDatetime = "0.4.1"
kotlinxSerializationJson = "1.6.1"
ksp = "1.9.20-1.0.14"
lint = "31.1.4"
lint = "31.2.0"
memfault-cloud = "2.0.5"
okhttp = "4.12.0"
protobuf = "3.25.1"
protobufPlugin = "0.9.4"
publishPlugin = "1.2.1"
retrofit = "2.9.0"
retrofitKotlinxSerializationJson = "1.0.0"
room = "2.6.0"
room = "2.6.1"
secrets = "2.0.1"
turbine = "1.0.0"
markdown = "0.3.6"
wirePlugin = "4.9.2"
wirePlugin = "4.9.3"
timber = "5.0.1"
chart = "v3.1.0"
leakcanary = "2.12"
mockk = "1.13.8"
slf4j = "2.0.9"
robolectric = "4.11.1"
skydovesBallon = "1.6.2"
skydovesBallon = "1.6.3"
moshiKotlin = "1.15.0"
moshiAdapters = "1.15.0"
moshiConverter = "2.9.0"
moshi = "1.15.0"
moshiKotlinCodegen = "1.15.0"
material3 = "1.2.0-alpha11"
material = "1.6.0-beta01"
material3 = "1.2.0-alpha12"
material = "1.6.0-beta02"

nordic-blek = "1.0.10"
nordic-ble = "2.7.2"
nordic-dfu = "2.3.2"
nordic-dfu = "2.4.0"
nordic-log = "2.3.0"
nordic-mcumgr = "1.8.1"
nordic-mcumgr = "1.8.2"
nordic-scanner = "1.6.0"
nordic-common = "1.9.0"
nordic-memfault = "1.0.2"
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
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.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit b9795f3

Please sign in to comment.