From 1159c2dbd90341244064b90a9ae6258ca62add59 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 19:10:02 +0000 Subject: [PATCH] fix(deps): update all dependencies --- baseline-profiles/gradle/libs.versions.toml | 6 +++--- baseline-profiles/gradle/wrapper/gradle-wrapper.properties | 2 +- baseline-profiles/gradlew | 3 +-- benchmarking/gradle/libs.versions.toml | 6 +++--- benchmarking/gradle/wrapper/gradle-wrapper.properties | 2 +- benchmarking/gradlew | 3 +-- 6 files changed, 10 insertions(+), 12 deletions(-) diff --git a/baseline-profiles/gradle/libs.versions.toml b/baseline-profiles/gradle/libs.versions.toml index 6cc82a4..e79c0ed 100644 --- a/baseline-profiles/gradle/libs.versions.toml +++ b/baseline-profiles/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -accompanist = "0.36.0" +accompanist = "0.37.0" androidGradlePlugin = "8.7.3" androidx-activity-compose = "1.9.3" androidx-appcompat = "1.7.0" @@ -23,13 +23,13 @@ androix-test-uiautomator = "2.3.0" coil = "2.7.0" # @keep compileSdk = "33" -coroutines = "1.9.0" +coroutines = "1.10.1" google-maps = "19.0.0" gradle-versions = "0.51.0" hilt = "2.53.1" hiltExt = "1.2.0" # @pin When updating to AGP 7.4.0-alpha10 and up we can update this https://developer.android.com/studio/write/java8-support#library-desugaring-versions -jdkDesugar = "2.1.3" +jdkDesugar = "2.1.4" junit = "4.13.2" # @pin Update in conjuction with Compose Compiler kotlin = "2.1.0" diff --git a/baseline-profiles/gradle/wrapper/gradle-wrapper.properties b/baseline-profiles/gradle/wrapper/gradle-wrapper.properties index e2847c8..cea7a79 100644 --- a/baseline-profiles/gradle/wrapper/gradle-wrapper.properties +++ b/baseline-profiles/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/baseline-profiles/gradlew b/baseline-profiles/gradlew index f5feea6..f3b75f3 100755 --- a/baseline-profiles/gradlew +++ b/baseline-profiles/gradlew @@ -86,8 +86,7 @@ done # shellcheck disable=SC2034 APP_BASE_NAME=${0##*/} # Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036) -APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s -' "$PWD" ) || exit +APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit # Use the maximum available, or set MAX_FD != -1 to use that value. MAX_FD=maximum diff --git a/benchmarking/gradle/libs.versions.toml b/benchmarking/gradle/libs.versions.toml index 6cc82a4..e79c0ed 100644 --- a/benchmarking/gradle/libs.versions.toml +++ b/benchmarking/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -accompanist = "0.36.0" +accompanist = "0.37.0" androidGradlePlugin = "8.7.3" androidx-activity-compose = "1.9.3" androidx-appcompat = "1.7.0" @@ -23,13 +23,13 @@ androix-test-uiautomator = "2.3.0" coil = "2.7.0" # @keep compileSdk = "33" -coroutines = "1.9.0" +coroutines = "1.10.1" google-maps = "19.0.0" gradle-versions = "0.51.0" hilt = "2.53.1" hiltExt = "1.2.0" # @pin When updating to AGP 7.4.0-alpha10 and up we can update this https://developer.android.com/studio/write/java8-support#library-desugaring-versions -jdkDesugar = "2.1.3" +jdkDesugar = "2.1.4" junit = "4.13.2" # @pin Update in conjuction with Compose Compiler kotlin = "2.1.0" diff --git a/benchmarking/gradle/wrapper/gradle-wrapper.properties b/benchmarking/gradle/wrapper/gradle-wrapper.properties index e2847c8..cea7a79 100644 --- a/benchmarking/gradle/wrapper/gradle-wrapper.properties +++ b/benchmarking/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/benchmarking/gradlew b/benchmarking/gradlew index f5feea6..f3b75f3 100755 --- a/benchmarking/gradlew +++ b/benchmarking/gradlew @@ -86,8 +86,7 @@ done # shellcheck disable=SC2034 APP_BASE_NAME=${0##*/} # Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036) -APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s -' "$PWD" ) || exit +APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit # Use the maximum available, or set MAX_FD != -1 to use that value. MAX_FD=maximum