From f7973701db12b61b6afaea07ec11cf882f453149 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 24 Jan 2024 18:42:55 +0000 Subject: [PATCH] chore(deps): update all dependencies --- .github/workflows/build_nightly.yml | 2 +- .github/workflows/macrobenchmark.yml | 2 +- .github/workflows/publish-docs.yml | 2 +- gradle/libs.versions.toml | 24 ++++++++++++------------ 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/build_nightly.yml b/.github/workflows/build_nightly.yml index 3d420a2953..530a6ea66c 100644 --- a/.github/workflows/build_nightly.yml +++ b/.github/workflows/build_nightly.yml @@ -27,7 +27,7 @@ jobs: - name: Generate cache key run: ./checksum.sh checksum.txt - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: | ~/.gradle/caches/modules-* diff --git a/.github/workflows/macrobenchmark.yml b/.github/workflows/macrobenchmark.yml index 2db909a487..bccd2aa6e3 100644 --- a/.github/workflows/macrobenchmark.yml +++ b/.github/workflows/macrobenchmark.yml @@ -27,7 +27,7 @@ jobs: - name: Generate cache key run: ./checksum.sh checksum.txt - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: | ~/.gradle/caches/modules-* diff --git a/.github/workflows/publish-docs.yml b/.github/workflows/publish-docs.yml index f9502514d3..2f9f29746c 100644 --- a/.github/workflows/publish-docs.yml +++ b/.github/workflows/publish-docs.yml @@ -29,7 +29,7 @@ jobs: - name: Generate cache key run: ./checksum.sh checksum.txt - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: | ~/.gradle/caches/modules-* diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index c775d75526..3a77d66e4f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,9 +1,9 @@ [versions] accompanist = "0.32.0" -androidx-benchmark = "1.2.2" -androidx-complications-data = "1.2.0" +androidx-benchmark = "1.2.3" +androidx-complications-data = "1.2.1" androidx-constraintlayout-compose = "1.0.1" -androidx-compose-material = "1.5.4" +androidx-compose-material = "1.6.0" androidx-concurrent = "1.1.0" androidx-datastore = "1.0.0" androidx-health-services = "1.0.0-rc01" @@ -14,7 +14,7 @@ androidx-test-ext = "1.2.0-alpha02" androidx-test-runner = "1.6.0-alpha05" androidx-tracingPerfetto = "1.0.0" androidx-tracingPerfettoBinary = "1.0.0" -androidx-wear-watchface = "1.2.0" +androidx-wear-watchface = "1.2.1" androidxActivity = "1.8.2" androidxCore = "1.12.0" androidxLifecycle = "2.7.0" @@ -31,14 +31,14 @@ annotation = "1.0.1" app-cash-turbine = "1.0.0" com-squareup-okhttp3 = "4.12.0" com-squareup-retrofit2 = "2.9.0" -compose = "1.6.0-rc01" +compose = "1.6.0" compose-compiler = "1.5.6" -compose-material3 = "1.2.0-beta02" +compose-material3 = "1.2.0-rc01" composesnapshot = "-" -dependencyAnalysis = "1.28.0" +dependencyAnalysis = "1.29.0" dokka = "1.9.10" googledagger = "2.50" -gradlePlugin = "8.2.1" +gradlePlugin = "8.2.2" gradlePublishPlugin = "0.27.0" io-coil-kt = "2.5.0" junit = "4.13.2" @@ -55,9 +55,9 @@ protobuf = "3.25.2" room = "2.6.1" runtimeTracing = "1.0.0-beta01" snapshot-android = "1.0.4" -spotless = "6.24.0" -truth = "1.2.0" -wearcompose = "1.3.0-rc01" +spotless = "6.25.0" +truth = "1.3.0" +wearcompose = "1.3.0" wearToolingPreview = "1.0.0" appcompat = "1.6.1" material = "1.11.0" @@ -141,7 +141,7 @@ coil-svg = { module = "io.coil-kt:coil-svg", version.ref = "io-coil-kt" } com-squareup-okhttp3-logging-interceptor = { module = "com.squareup.okhttp3:logging-interceptor", version.ref = "com-squareup-okhttp3" } com-squareup-okhttp3-okhttp = { module = "com.squareup.okhttp3:okhttp", version.ref = "com-squareup-okhttp3" } com-squareup-okhttp3-mockwebserver = { module = "com.squareup.okhttp3:mockwebserver", version.ref = "com-squareup-okhttp3" } -compose-bom = "androidx.compose:compose-bom:2023.10.01" +compose-bom = "androidx.compose:compose-bom:2024.01.00" compose-foundation-foundation = { module = "androidx.compose.foundation:foundation", version.ref = "androidx-compose-material" } compose-foundation-foundation-layout = { module = "androidx.compose.foundation:foundation-layout", version.ref = "androidx-compose-material" } compose-material-iconscore = { module = "androidx.compose.material:material-icons-core", version.ref = "androidx-compose-material" }