From 8f569f5f710ee50b58fa42cc4336dd692f67b607 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Dec 2024 00:45:56 +0000 Subject: [PATCH] fix(deps): update all dependencies | datasource | package | from | to | | -------------- | ----------------------------------------------------------------------------------------------------------------------- | ---------- | ---------- | | github-tags | JamesIves/github-pages-deploy-action | v4.6.9 | v4.7.2 | | gradle-version | gradle | 8.11.1 | 8.12 | | maven | androidx.compose:compose-bom | 2024.11.00 | 2024.12.01 | | maven | org.jetbrains.kotlinx.binary-compatibility-validator:org.jetbrains.kotlinx.binary-compatibility-validator.gradle.plugin | 0.16.3 | 0.17.0 | | maven | org.jetbrains.kotlinx.kover:org.jetbrains.kotlinx.kover.gradle.plugin | 0.8.3 | 0.9.0 | | maven | androidx.navigation:navigation-compose | 2.8.4 | 2.8.5 | | maven | io.nlopez.compose.rules:detekt | 0.4.19 | 0.4.22 | | maven | org.gradle.toolchains.foojay-resolver-convention:org.gradle.toolchains.foojay-resolver-convention.gradle.plugin | 0.8.0 | 0.9.0 | | maven | org.jetbrains.compose:org.jetbrains.compose.gradle.plugin | 1.7.1 | 1.7.3 | | maven | org.jetbrains.compose.runtime:runtime | 1.7.1 | 1.7.3 | | maven | com.android.library:com.android.library.gradle.plugin | 8.7.2 | 8.7.3 | | maven | com.android.application:com.android.application.gradle.plugin | 8.7.2 | 8.7.3 | | maven | org.jetbrains.kotlinx:kotlinx-coroutines-jdk8 | 1.9.0 | 1.10.1 | | maven | org.jetbrains.kotlinx:kotlinx-coroutines-test | 1.9.0 | 1.10.1 | | maven | org.jetbrains.kotlinx:kotlinx-coroutines-swing | 1.9.0 | 1.10.1 | | maven | org.jetbrains.kotlinx:kotlinx-coroutines-android | 1.9.0 | 1.10.1 | | maven | org.jetbrains.kotlinx:kotlinx-coroutines-core | 1.9.0 | 1.10.1 | | maven | org.jetbrains.kotlin.plugin.parcelize:org.jetbrains.kotlin.plugin.parcelize.gradle.plugin | 2.0.21 | 2.1.0 | | maven | org.jetbrains.kotlin.plugin.serialization:org.jetbrains.kotlin.plugin.serialization.gradle.plugin | 2.0.21 | 2.1.0 | | maven | org.jetbrains.kotlin.plugin.compose:org.jetbrains.kotlin.plugin.compose.gradle.plugin | 2.0.21 | 2.1.0 | | maven | org.jetbrains.kotlin.native.cocoapods:org.jetbrains.kotlin.native.cocoapods.gradle.plugin | 2.0.21 | 2.1.0 | | maven | org.jetbrains.kotlin.android:org.jetbrains.kotlin.android.gradle.plugin | 2.0.21 | 2.1.0 | | maven | org.jetbrains.kotlin.multiplatform:org.jetbrains.kotlin.multiplatform.gradle.plugin | 2.0.21 | 2.1.0 | --- .github/workflows/build.yml | 2 +- .github/workflows/publish-release.yml | 2 +- gradle/libs.versions.toml | 18 +++++++++--------- gradle/wrapper/gradle-wrapper.properties | 2 +- settings.gradle.kts | 2 +- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6d94104..d52306f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -167,7 +167,7 @@ jobs: - name: Deploy docs 🚀 to website if: ${{ contains(matrix.os, 'macos') }} - uses: JamesIves/github-pages-deploy-action@v4.6.9 + uses: JamesIves/github-pages-deploy-action@v4.7.2 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 937d784..157931b 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.6.9 + uses: JamesIves/github-pages-deploy-action@v4.7.2 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 0297e3c..9eab081 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] -kotlin = "2.0.21" -coroutines = "1.9.0" +kotlin = "2.1.0" +coroutines = "1.10.1" kotlinx-serialization-json = "1.7.3" kotlinx-collections-immutable = "0.3.8" @@ -16,14 +16,14 @@ android-target = "34" # the Android compileSdkVersion to use android-compile = "34" -android-gradle = "8.7.2" +android-gradle = "8.7.3" # the Android target to use in sample sample-android-target = "34" # the Android compileSdkVersion to use in sample sample-android-compile = "34" -jetbrains-compose = "1.7.1" +jetbrains-compose = "1.7.3" touchlab-stately = "2.1.0" napier = "2.7.1" @@ -31,13 +31,13 @@ flowExt = "1.0.0" koin-core = "4.0.0" koin-compose = "4.0.0" coil = "2.7.0" -compose-rules-detekt = "0.4.19" +compose-rules-detekt = "0.4.22" androidx-lifecycle = "2.8.7" androidx-annotation = "1.9.1" androidx-activity = "1.9.3" androidx-compose-compiler = "1.5.11" -androidx-navigation = "2.8.4" +androidx-navigation = "2.8.5" kmp-viewmodel = "0.8.0" solivagant = "0.5.0" timber = "5.0.1" @@ -45,9 +45,9 @@ timber = "5.0.1" spotless = "6.25.0" detekt = "1.23.7" -kotlinx-kover = "0.8.3" +kotlinx-kover = "0.9.0" dokka = "1.9.20" -kotlinx-binary-compatibility-validator = "0.16.3" +kotlinx-binary-compatibility-validator = "0.17.0" vanniktech-maven-publish = "0.30.0" ktlint = "0.50.0" @@ -79,7 +79,7 @@ androidx-lifecycle-runtime-compose = { module = "androidx.lifecycle:lifecycle-ru androidx-lifecycle-viewmodel-compose = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version = "androidx-lifecycle" } androidx-annotation = { module = "androidx.annotation:annotation", version.ref = "androidx-annotation" } androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activity" } -androidx-compose-bom = { module = "androidx.compose:compose-bom", version = "2024.11.00" } +androidx-compose-bom = { module = "androidx.compose:compose-bom", version = "2024.12.01" } androidx-compose-ui-ui = { module = "androidx.compose.ui:ui" } androidx-compose-ui-tooling = { module = "androidx.compose.ui:ui-tooling" } androidx-compose-ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview" } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index e2847c8..cea7a79 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.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/settings.gradle.kts b/settings.gradle.kts index 110bd7f..388dc2c 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -28,5 +28,5 @@ include( ) plugins { - id("org.gradle.toolchains.foojay-resolver-convention") version ("0.8.0") + id("org.gradle.toolchains.foojay-resolver-convention") version ("0.9.0") }