Skip to content

Commit cd71b4d

Browse files
chore(deps): update all dependencies
| datasource | package | from | to | | -------------- | ----------------------------------------------------------------------------------------------------------------------- | ------ | ------ | | github-tags | JamesIves/github-pages-deploy-action | v4.4.3 | v4.6.0 | | github-tags | codecov/codecov-action | v3.1.4 | v3.1.6 | | gradle-version | gradle | 8.4 | 8.7 | | maven | com.vanniktech.maven.publish:com.vanniktech.maven.publish.gradle.plugin | 0.25.3 | 0.28.0 | | maven | org.jetbrains.kotlinx.binary-compatibility-validator:org.jetbrains.kotlinx.binary-compatibility-validator.gradle.plugin | 0.13.2 | 0.14.0 | | maven | org.jetbrains.dokka:org.jetbrains.dokka.gradle.plugin | 1.9.10 | 1.9.20 | | maven | org.jetbrains.kotlinx.kover:org.jetbrains.kotlinx.kover.gradle.plugin | 0.7.4 | 0.7.6 | | maven | io.gitlab.arturbosch.detekt:io.gitlab.arturbosch.detekt.gradle.plugin | 1.23.1 | 1.23.6 | | maven | com.diffplug.gradle.spotless:com.diffplug.gradle.spotless.gradle.plugin | 6.22.0 | 6.25.0 | | maven | androidx.navigation:navigation-compose | 2.7.5 | 2.7.7 | | maven | androidx.activity:activity-compose | 1.8.1 | 1.9.0 | | maven | androidx.annotation:annotation | 1.7.0 | 1.7.1 | | maven | androidx.lifecycle:lifecycle-viewmodel-savedstate | 2.6.2 | 2.7.0 | | maven | androidx.lifecycle:lifecycle-viewmodel-ktx | 2.6.2 | 2.7.0 | | maven | io.nlopez.compose.rules:detekt | 0.3.2 | 0.3.20 | | maven | io.coil-kt:coil-compose | 2.4.0 | 2.6.0 | | maven | io.insert-koin:koin-androidx-compose | 3.5.0 | 3.5.6 | | maven | io.insert-koin:koin-android | 3.5.0 | 3.5.6 | | maven | io.insert-koin:koin-core | 3.5.0 | 3.5.6 | | maven | io.github.hoc081098:FlowExt | 0.7.4 | 0.8.0 | | maven | io.github.aakira:napier | 2.6.1 | 2.7.1 | | maven | org.jetbrains.compose:org.jetbrains.compose.gradle.plugin | 1.5.3 | 1.6.2 | | maven | org.jetbrains.compose.runtime:runtime | 1.5.3 | 1.6.2 | | maven | com.android.library:com.android.library.gradle.plugin | 8.1.2 | 8.4.0 | | maven | com.android.application:com.android.application.gradle.plugin | 8.1.2 | 8.4.0 | | maven | org.gradle.toolchains.foojay-resolver-convention:org.gradle.toolchains.foojay-resolver-convention.gradle.plugin | 0.7.0 | 0.8.0 | | maven | org.jetbrains.kotlinx:kotlinx-collections-immutable | 0.3.6 | 0.3.7 | | maven | org.jetbrains.kotlinx:kotlinx-serialization-json | 1.6.0 | 1.6.3 | | maven | org.jetbrains.kotlinx:kotlinx-coroutines-jdk8 | 1.7.3 | 1.8.1 | | maven | org.jetbrains.kotlinx:kotlinx-coroutines-test | 1.7.3 | 1.8.1 | | maven | org.jetbrains.kotlinx:kotlinx-coroutines-android | 1.7.3 | 1.8.1 | | maven | org.jetbrains.kotlinx:kotlinx-coroutines-core | 1.7.3 | 1.8.1 | | maven | org.jetbrains.kotlin.plugin.parcelize:org.jetbrains.kotlin.plugin.parcelize.gradle.plugin | 1.9.20 | 1.9.24 | | maven | org.jetbrains.kotlin.plugin.serialization:org.jetbrains.kotlin.plugin.serialization.gradle.plugin | 1.9.20 | 1.9.24 | | maven | org.jetbrains.kotlin.native.cocoapods:org.jetbrains.kotlin.native.cocoapods.gradle.plugin | 1.9.20 | 1.9.24 | | maven | org.jetbrains.kotlin.android:org.jetbrains.kotlin.android.gradle.plugin | 1.9.20 | 1.9.24 | | maven | org.jetbrains.kotlin.multiplatform:org.jetbrains.kotlin.multiplatform.gradle.plugin | 1.9.20 | 1.9.24 |
1 parent 4776153 commit cd71b4d

File tree

5 files changed

+28
-28
lines changed

5 files changed

+28
-28
lines changed

.github/workflows/build.yml

+2-2
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/[email protected].4
73+
uses: codecov/[email protected].6
7474

7575
- name: Upload test report artifact
7676
if: ${{ failure() }}
@@ -163,7 +163,7 @@ jobs:
163163

164164
- name: Deploy docs 🚀 to website
165165
if: ${{ contains(matrix.os, 'macos') }}
166-
uses: JamesIves/github-pages-deploy-action@v4.4.3
166+
uses: JamesIves/github-pages-deploy-action@v4.6.0
167167
with:
168168
branch: gh-pages # The branch the action should deploy to.
169169
folder: site # The folder the action should deploy.

.github/workflows/publish-release.yml

+1-1
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.4.3
113+
uses: JamesIves/github-pages-deploy-action@v4.6.0
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

+23-23
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[versions]
2-
kotlin = "1.9.20"
3-
coroutines = "1.7.3"
4-
kotlinx-serialization-json = "1.6.0"
5-
kotlinx-collections-immutable = "0.3.6"
2+
kotlin = "1.9.24"
3+
coroutines = "1.8.1"
4+
kotlinx-serialization-json = "1.6.3"
5+
kotlinx-collections-immutable = "0.3.7"
66

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

19-
android-gradle = "8.1.2"
19+
android-gradle = "8.4.0"
2020

2121
# the Android target to use in sample
2222
sample-android-target = "34"
2323
# the Android compileSdkVersion to use in sample
2424
sample-android-compile = "34"
2525

26-
jetbrains-compose = "1.5.3"
26+
jetbrains-compose = "1.6.2"
2727

2828
touchlab-stately = "1.2.5"
29-
napier = "2.6.1"
30-
flowExt = "0.7.4"
31-
koin = "3.5.0"
32-
koin-androidx-compose = "3.5.0"
33-
coil = "2.4.0"
34-
compose-rules-detekt = "0.3.2"
35-
36-
androidx-lifecycle = "2.6.2"
37-
androidx-annotation = "1.7.0"
38-
androidx-activity = "1.8.1"
29+
napier = "2.7.1"
30+
flowExt = "0.8.0"
31+
koin = "3.5.6"
32+
koin-androidx-compose = "3.5.6"
33+
coil = "2.6.0"
34+
compose-rules-detekt = "0.3.20"
35+
36+
androidx-lifecycle = "2.7.0"
37+
androidx-annotation = "1.7.1"
38+
androidx-activity = "1.9.0"
3939
androidx-compose-compiler = "1.5.4"
40-
androidx-navigation = "2.7.5"
40+
androidx-navigation = "2.7.7"
4141
timber = "5.0.1"
4242

43-
spotless = "6.22.0"
44-
detekt = "1.23.1"
43+
spotless = "6.25.0"
44+
detekt = "1.23.6"
4545

46-
kotlinx-kover = "0.7.4"
47-
dokka = "1.9.10"
48-
kotlinx-binary-compatibility-validator = "0.13.2"
46+
kotlinx-kover = "0.7.6"
47+
dokka = "1.9.20"
48+
kotlinx-binary-compatibility-validator = "0.14.0"
4949

50-
vanniktech-maven-publish = "0.25.3"
50+
vanniktech-maven-publish = "0.28.0"
5151
ktlint = "0.50.0"
5252

5353
[libraries]
+1-1
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.4-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
44
networkTimeout=10000
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

settings.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ include(":channel-event-bus")
2222
include(":sample:app")
2323

2424
plugins {
25-
id("org.gradle.toolchains.foojay-resolver-convention") version("0.7.0")
25+
id("org.gradle.toolchains.foojay-resolver-convention") version("0.8.0")
2626
}

0 commit comments

Comments
 (0)