Skip to content

Commit e25612c

Browse files
fix(deps): update all dependencies
| datasource | package | from | to | | ----------- | --------------------------------------------------------------------------------------------------------------- | ---------- | ---------- | | github-tags | JamesIves/github-pages-deploy-action | v4.6.9 | v4.7.2 | | maven | androidx.compose:compose-bom | 2024.11.00 | 2024.12.01 | | 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 | 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.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 |
1 parent e799991 commit e25612c

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167

168168
- name: Deploy docs 🚀 to website
169169
if: ${{ contains(matrix.os, 'macos') }}
170-
uses: JamesIves/github-pages-deploy-action@v4.6.9
170+
uses: JamesIves/github-pages-deploy-action@v4.7.2
171171
with:
172172
branch: gh-pages # The branch the action should deploy to.
173173
folder: site # The folder the action should deploy.

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110

111111
- name: Deploy docs 🚀 to website
112112
if: ${{ contains(matrix.os, 'macos') }}
113-
uses: JamesIves/github-pages-deploy-action@v4.6.9
113+
uses: JamesIves/github-pages-deploy-action@v4.7.2
114114
with:
115115
branch: gh-pages # The branch the action should deploy to.
116116
folder: site # The folder the action should deploy.

gradle/libs.versions.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
kotlin = "2.0.21"
2+
kotlin = "2.1.0"
33
coroutines = "1.9.0"
44
kotlinx-serialization-json = "1.7.3"
55
kotlinx-collections-immutable = "0.3.8"
@@ -16,7 +16,7 @@ android-target = "34"
1616
# the Android compileSdkVersion to use
1717
android-compile = "34"
1818

19-
android-gradle = "8.7.2"
19+
android-gradle = "8.7.3"
2020

2121
# the Android target to use in sample
2222
sample-android-target = "34"
@@ -31,21 +31,21 @@ flowExt = "1.0.0"
3131
koin-core = "4.0.0"
3232
koin-compose = "4.0.0"
3333
coil = "2.7.0"
34-
compose-rules-detekt = "0.4.19"
34+
compose-rules-detekt = "0.4.22"
3535

3636
androidx-lifecycle = "2.8.7"
3737
androidx-annotation = "1.9.1"
3838
androidx-activity = "1.9.3"
3939
androidx-compose-compiler = "1.5.11"
40-
androidx-navigation = "2.8.4"
40+
androidx-navigation = "2.8.5"
4141
kmp-viewmodel = "0.8.0"
4242
solivagant = "0.5.0"
4343
timber = "5.0.1"
4444

4545
spotless = "6.25.0"
4646
detekt = "1.23.7"
4747

48-
kotlinx-kover = "0.8.3"
48+
kotlinx-kover = "0.9.0"
4949
dokka = "1.9.20"
5050
kotlinx-binary-compatibility-validator = "0.16.3"
5151

@@ -79,7 +79,7 @@ androidx-lifecycle-runtime-compose = { module = "androidx.lifecycle:lifecycle-ru
7979
androidx-lifecycle-viewmodel-compose = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version = "androidx-lifecycle" }
8080
androidx-annotation = { module = "androidx.annotation:annotation", version.ref = "androidx-annotation" }
8181
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activity" }
82-
androidx-compose-bom = { module = "androidx.compose:compose-bom", version = "2024.11.00" }
82+
androidx-compose-bom = { module = "androidx.compose:compose-bom", version = "2024.12.01" }
8383
androidx-compose-ui-ui = { module = "androidx.compose.ui:ui" }
8484
androidx-compose-ui-tooling = { module = "androidx.compose.ui:ui-tooling" }
8585
androidx-compose-ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview" }

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ include(
2828
)
2929

3030
plugins {
31-
id("org.gradle.toolchains.foojay-resolver-convention") version ("0.8.0")
31+
id("org.gradle.toolchains.foojay-resolver-convention") version ("0.9.0")
3232
}

0 commit comments

Comments
 (0)