From 9e1c15c8dcf024f0cac6a54c530c4f2c1dedb089 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 21:52:25 +0000 Subject: [PATCH] Update all dependencies --- gradle/libs.versions.toml | 8 ++++---- gradle/wrapper/gradle-wrapper.properties | 2 +- gradlew | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index e3c86c99..73c00f2f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -26,7 +26,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" @@ -39,9 +39,9 @@ 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" @@ -49,7 +49,7 @@ nordic-log = "2.3.0" nordicPlugins = "2.0.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" } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index b82aa23a..a4413138 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -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 diff --git a/gradlew b/gradlew index 1aa94a42..b740cf13 100755 --- a/gradlew +++ b/gradlew @@ -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/.