Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 21, 2023
1 parent eae3e79 commit 30ea2de
Show file tree
Hide file tree
Showing 5 changed files with 196 additions and 158 deletions.
22 changes: 11 additions & 11 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[versions]
accompanist = "0.30.1"
accompanist = "0.32.0"
androidDesugarJdkLibs = "2.0.3"
androidGradlePlugin = "8.1.0"
androidxActivity = "1.7.2"
androidxAnnotation = "1.6.0"
androidxAppCompat = "1.6.1"
androidxComposeBom = "2023.06.01" # https://developer.android.com/jetpack/compose/bom/bom-mapping
androidxComposeBom = "2023.08.00" # https://developer.android.com/jetpack/compose/bom/bom-mapping
androidxComposeCompiler = "1.5.0" # https://developer.android.com/jetpack/androidx/releases/compose-kotlin
androidxComposeRuntimeTracing = "1.0.0-alpha03"
androidxCore = "1.10.1"
Expand All @@ -16,7 +16,7 @@ androidxHiltNavigationCompose = "1.0.0"
androidxLifecycle = "2.6.1"
androidxLocalbroadcastmanager = "1.1.0"
androidxMacroBenchmark = "1.1.1"
androidxNavigation = "2.6.0"
androidxNavigation = "2.7.0"
androidxMetrics = "1.0.0-alpha04"
androidxProfileinstaller = "1.3.1"
androidxStartup = "1.1.1"
Expand All @@ -42,35 +42,35 @@ ksp = "1.9.0-1.0.13"
lint = "31.1.0"
memfault-cloud = "2.0.5"
okhttp = "4.11.0"
protobuf = "3.23.4"
protobuf = "3.24.1"
protobufPlugin = "0.9.4"
publishPlugin = "1.2.0"
publishPlugin = "1.2.1"
retrofit = "2.9.0"
retrofitKotlinxSerializationJson = "1.0.0"
room = "2.5.2"
secrets = "2.0.1"
turbine = "1.0.0"
markdown = "0.3.4"
wirePlugin = "4.8.0"
wirePlugin = "4.8.1"
timber = "5.0.1"
chart = "3.1.0"
leakcanary = "2.12"
mockk = "1.13.5"
mockk = "1.13.7"
slf4j = "2.0.7"
robolectric = "4.10.3"
skydovesBallon = "1.5.4"
moshiKotlin = "1.15.0"
moshiAdapters = "1.15.0"

nordic-blek = "0.2.1"
nordic-blek = "1.0.2"
nordic-ble = "2.6.1"
nordic-dfu = "2.3.0"
nordic-log = "2.3.0"
nordic-mcumgr = "1.7.0"
nordic-mcumgr = "1.7.2"
nordic-scanner = "1.6.0"
nordic-common = "1.8.0"
nordic-common = "1.8.1"
nordic-memfault = "1.0.2"
nordicPlugins = "1.7.1"
nordicPlugins = "1.9.4"
dokkaPlugin = "1.8.20"
googleServicesPlugins = "4.3.15"
firebaseCrashlyticsPlugins = "2.9.8"
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
35 changes: 3 additions & 32 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,36 +1,7 @@
#
# Copyright (c) 2023, Nordic Semiconductor
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without modification, are
# permitted provided that the following conditions are met:
#
# 1. Redistributions of source code must retain the above copyright notice, this list of
# conditions and the following disclaimer.
#
# 2. Redistributions in binary form must reproduce the above copyright notice, this list
# of conditions and the following disclaimer in the documentation and/or other materials
# provided with the distribution.
#
# 3. Neither the name of the copyright holder nor the names of its contributors may be
# used to endorse or promote products derived from this software without specific prior
# written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
# TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
# PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,
# OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
# OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
# EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Loading

0 comments on commit 30ea2de

Please sign in to comment.