Skip to content

Commit

Permalink
Merge pull request #95 from NordicPlayground/renovate/all
Browse files Browse the repository at this point in the history
Update all dependencies
  • Loading branch information
philips77 authored Jun 21, 2024
2 parents 76d9bdf + 9e1c15c commit 2bad7d5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ androidxTestRules = "1.5.0"
androidxTracing = "1.2.0"
androidxUiAutomator = "2.3.0"
androidxWork = "2.9.0"
firebaseBom = "33.1.0"
firebaseBom = "33.1.1"
hilt = "2.51.1"
hiltExt = "1.2.0"
junit4 = "4.13.2"
Expand All @@ -38,17 +38,17 @@ lint = "31.5.0"
publishPlugin = "1.2.1"
markdown = "0.4.1"
leakcanary = "2.14"
mockk = "1.13.10"
mockk = "1.13.11"
slf4j = "1.7.36" # don't update
robolectric = "4.12.1"
robolectric = "4.12.2"
material3 = "1.3.0-beta03"
material = "1.6.8"

nordic-log = "2.3.0"
nordicPlugins = "2.1"
dokkaPlugin = "1.9.20"
googleServicesPlugins = "4.4.2"
firebaseCrashlyticsPlugins = "3.0.1"
firebaseCrashlyticsPlugins = "3.0.2"

[libraries]
android-desugarJdkLibs = { group = "com.android.tools", name = "desugar_jdk_libs", version.ref = "androidDesugarJdkLibs" }
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.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
2 changes: 1 addition & 1 deletion gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
# Darwin, MinGW, and NonStop.
#
# (3) This script is generated from the Groovy template
# https://github.com/gradle/gradle/blob/HEAD/subprojects/plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
# https://github.com/gradle/gradle/blob/HEAD/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
# within the Gradle project.
#
# You can find Gradle at https://github.com/gradle/gradle/.
Expand Down

0 comments on commit 2bad7d5

Please sign in to comment.