Skip to content

Commit 26807ff

Browse files
chore(deps): update all dependencies
| datasource | package | from | to | | -------------- | ----------------------------------------------------------------------- | ---------- | ---------- | | github-tags | JamesIves/github-pages-deploy-action | v4.6.0 | v4.6.8 | | github-tags | codecov/codecov-action | v4.1.0 | v4.5.0 | | gradle-version | gradle | 8.10 | 8.10.2 | | maven | androidx.compose:compose-bom | 2024.05.00 | 2024.09.02 | | maven | com.vanniktech.maven.publish:com.vanniktech.maven.publish.gradle.plugin | 0.28.0 | 0.29.0 | | maven | io.gitlab.arturbosch.detekt:io.gitlab.arturbosch.detekt.gradle.plugin | 1.23.6 | 1.23.7 | | maven | androidx.navigation:navigation-compose | 2.7.7 | 2.8.1 | | maven | androidx.activity:activity-compose | 1.9.1 | 1.9.2 | | maven | androidx.lifecycle:lifecycle-viewmodel-savedstate | 2.8.4 | 2.8.6 | | maven | androidx.lifecycle:lifecycle-viewmodel-ktx | 2.8.4 | 2.8.6 | | maven | io.nlopez.compose.rules:detekt | 0.4.11 | 0.4.12 | | maven | io.insert-koin:koin-compose | 4.0.0-RC1 | 4.0.0 | | maven | io.insert-koin:koin-core | 4.0.0-RC1 | 4.0.0 | | maven | io.insert-koin:koin-androidx-compose | 4.0.0-RC1 | 4.0.0 | | maven | io.insert-koin:koin-android | 4.0.0-RC1 | 4.0.0 | | maven | io.github.hoc081098:FlowExt | 1.0.0-RC | 1.0.0 | | maven | co.touchlab:stately-concurrency | 2.0.7 | 2.1.0 | | maven | com.android.library:com.android.library.gradle.plugin | 8.6.0 | 8.6.1 | | maven | com.android.application:com.android.application.gradle.plugin | 8.6.0 | 8.6.1 | | maven | org.jetbrains.kotlinx:kotlinx-collections-immutable | 0.3.7 | 0.3.8 | | maven | org.jetbrains.kotlinx:kotlinx-serialization-json | 1.7.1 | 1.7.3 |
1 parent 2776a50 commit 26807ff

File tree

4 files changed

+18
-18
lines changed

4 files changed

+18
-18
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
run: ./gradlew :koverXmlReport
7171

7272
- name: Upload Test Report
73-
uses: codecov/codecov-action@v4.1.0
73+
uses: codecov/codecov-action@v4.5.0
7474
with:
7575
fail_ci_if_error: true # optional (default = false)
7676
token: ${{ secrets.CODECOV_TOKEN }} # required
@@ -167,7 +167,7 @@ jobs:
167167

168168
- name: Deploy docs 🚀 to website
169169
if: ${{ contains(matrix.os, 'macos') }}
170-
uses: JamesIves/[email protected].0
170+
uses: JamesIves/[email protected].8
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/[email protected].0
113+
uses: JamesIves/[email protected].8
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: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[versions]
22
kotlin = "2.0.20"
33
coroutines = "1.9.0"
4-
kotlinx-serialization-json = "1.7.1"
5-
kotlinx-collections-immutable = "0.3.7"
4+
kotlinx-serialization-json = "1.7.3"
5+
kotlinx-collections-immutable = "0.3.8"
66

77
# the Java version that the Java and Kotlin compilers will target
88
java-target = "11"
@@ -16,7 +16,7 @@ android-target = "34"
1616
# the Android compileSdkVersion to use
1717
android-compile = "34"
1818

19-
android-gradle = "8.6.0"
19+
android-gradle = "8.6.1"
2020

2121
# the Android target to use in sample
2222
sample-android-target = "34"
@@ -25,31 +25,31 @@ sample-android-compile = "34"
2525

2626
jetbrains-compose = "1.6.11"
2727

28-
touchlab-stately = "2.0.7"
28+
touchlab-stately = "2.1.0"
2929
napier = "2.7.1"
30-
flowExt = "1.0.0-RC"
31-
koin-core = "4.0.0-RC1"
32-
koin-compose = "4.0.0-RC1"
30+
flowExt = "1.0.0"
31+
koin-core = "4.0.0"
32+
koin-compose = "4.0.0"
3333
coil = "2.7.0"
34-
compose-rules-detekt = "0.4.11"
34+
compose-rules-detekt = "0.4.12"
3535

36-
androidx-lifecycle = "2.8.4"
36+
androidx-lifecycle = "2.8.6"
3737
androidx-annotation = "1.8.2"
38-
androidx-activity = "1.9.1"
38+
androidx-activity = "1.9.2"
3939
androidx-compose-compiler = "1.5.11"
40-
androidx-navigation = "2.7.7"
40+
androidx-navigation = "2.8.1"
4141
kmp-viewmodel = "0.8.0"
4242
solivagant = "0.5.0"
4343
timber = "5.0.1"
4444

4545
spotless = "6.25.0"
46-
detekt = "1.23.6"
46+
detekt = "1.23.7"
4747

4848
kotlinx-kover = "0.8.3"
4949
dokka = "1.9.20"
5050
kotlinx-binary-compatibility-validator = "0.16.3"
5151

52-
vanniktech-maven-publish = "0.28.0"
52+
vanniktech-maven-publish = "0.29.0"
5353
ktlint = "0.50.0"
5454

5555
[libraries]
@@ -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.05.00" }
82+
androidx-compose-bom = { module = "androidx.compose:compose-bom", version = "2024.09.02" }
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" }
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
44
networkTimeout=10000
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)