From 6f7281713712918d2db55467c17cfca29889b9e9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 19:32:32 +0000 Subject: [PATCH] chore(deps): update all dependencies | datasource | package | from | to | | -------------- | ----------------------------------------------------------------------- | ------ | ------ | | github-tags | JamesIves/github-pages-deploy-action | v4.4.3 | v4.5.0 | | gradle-version | gradle | 8.4 | 8.5 | | maven | org.jetbrains.kotlinx.kover:org.jetbrains.kotlinx.kover.gradle.plugin | 0.7.4 | 0.7.5 | | maven | com.diffplug.gradle.spotless:com.diffplug.gradle.spotless.gradle.plugin | 6.23.0 | 6.23.1 | | maven | io.nlopez.compose.rules:detekt | 0.3.4 | 0.3.5 | --- .github/workflows/build.yml | 2 +- .github/workflows/publish-release.yml | 2 +- gradle/libs.versions.toml | 6 +++--- gradle/wrapper/gradle-wrapper.properties | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2b763852..dc2af240 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -163,7 +163,7 @@ jobs: - name: Deploy docs 🚀 to website if: ${{ contains(matrix.os, 'macos') }} - uses: JamesIves/github-pages-deploy-action@v4.4.3 + uses: JamesIves/github-pages-deploy-action@v4.5.0 with: branch: gh-pages # The branch the action should deploy to. folder: site # The folder the action should deploy. diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index ff348b65..bffbdc57 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -110,7 +110,7 @@ jobs: - name: Deploy docs 🚀 to website if: ${{ contains(matrix.os, 'macos') }} - uses: JamesIves/github-pages-deploy-action@v4.4.3 + uses: JamesIves/github-pages-deploy-action@v4.5.0 with: branch: gh-pages # The branch the action should deploy to. folder: site # The folder the action should deploy. diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index bf2a4b57..56661ea9 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -31,7 +31,7 @@ flowExt = "0.7.4" koin = "3.5.0" koin-androidx-compose = "3.5.0" coil = "2.5.0" -compose-rules-detekt = "0.3.4" +compose-rules-detekt = "0.3.5" androidx-lifecycle = "2.6.2" androidx-annotation = "1.7.0" @@ -40,10 +40,10 @@ androidx-compose-compiler = "1.5.4" androidx-navigation = "2.7.5" timber = "5.0.1" -spotless = "6.23.0" +spotless = "6.23.1" detekt = "1.23.4" -kotlinx-kover = "0.7.4" +kotlinx-kover = "0.7.5" dokka = "1.9.10" kotlinx-binary-compatibility-validator = "0.13.2" diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 744c64d1..3499ded5 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.4-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip networkTimeout=10000 zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists