Skip to content

Commit 2bad7d5

Browse files
authoredJun 21, 2024··
Merge pull request #95 from NordicPlayground/renovate/all
Update all dependencies
2 parents 76d9bdf + 9e1c15c commit 2bad7d5

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed
 

‎gradle/libs.versions.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ androidxTestRules = "1.5.0"
2525
androidxTracing = "1.2.0"
2626
androidxUiAutomator = "2.3.0"
2727
androidxWork = "2.9.0"
28-
firebaseBom = "33.1.0"
28+
firebaseBom = "33.1.1"
2929
hilt = "2.51.1"
3030
hiltExt = "1.2.0"
3131
junit4 = "4.13.2"
@@ -38,17 +38,17 @@ lint = "31.5.0"
3838
publishPlugin = "1.2.1"
3939
markdown = "0.4.1"
4040
leakcanary = "2.14"
41-
mockk = "1.13.10"
41+
mockk = "1.13.11"
4242
slf4j = "1.7.36" # don't update
43-
robolectric = "4.12.1"
43+
robolectric = "4.12.2"
4444
material3 = "1.3.0-beta03"
4545
material = "1.6.8"
4646

4747
nordic-log = "2.3.0"
4848
nordicPlugins = "2.1"
4949
dokkaPlugin = "1.9.20"
5050
googleServicesPlugins = "4.4.2"
51-
firebaseCrashlyticsPlugins = "3.0.1"
51+
firebaseCrashlyticsPlugins = "3.0.2"
5252

5353
[libraries]
5454
android-desugarJdkLibs = { group = "com.android.tools", name = "desugar_jdk_libs", version.ref = "androidDesugarJdkLibs" }

‎gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

‎gradlew

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
# Darwin, MinGW, and NonStop.
5656
#
5757
# (3) This script is generated from the Groovy template
58-
# https://github.com/gradle/gradle/blob/HEAD/subprojects/plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
58+
# https://github.com/gradle/gradle/blob/HEAD/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
5959
# within the Gradle project.
6060
#
6161
# You can find Gradle at https://github.com/gradle/gradle/.

0 commit comments

Comments
 (0)
Please sign in to comment.