Skip to content

Commit a0e844b

Browse files
fix(deps): update all dependencies
| datasource | package | from | to | | -------------- | ------------------------------------------------------------------------- | ------ | ------- | | github-tags | codecov/codecov-action | v5.5.2 | v5.5.4 | | gradle-version | gradle | 9.4.0 | 9.4.1 | | maven | com.diffplug.gradle.spotless:com.diffplug.gradle.spotless.gradle.plugin | 8.3.0 | 8.4.0 | | maven | org.jetbrains.kotlinx.kover:org.jetbrains.kotlinx.kover.gradle.plugin | 0.9.7 | 0.9.8 | | maven | io.insert-koin:koin-test-junit4 | 4.1.1 | 4.2.1 | | maven | io.insert-koin:koin-test | 4.1.1 | 4.2.1 | | maven | io.insert-koin:koin-core | 4.1.1 | 4.2.1 | | maven | io.insert-koin:koin-android | 4.1.1 | 4.2.1 | | maven | org.jetbrains.compose:org.jetbrains.compose.gradle.plugin | 1.10.2 | 1.10.3 | | maven | com.github.ben-manes.versions:com.github.ben-manes.versions.gradle.plugin | 0.53.0 | 0.54.0 | | maven | io.arrow-kt:arrow-core | 2.2.2 | 2.2.2.1 |
1 parent 3b005e9 commit a0e844b

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: ./gradlew app:koverXmlReportDebug --warning-mode all --stacktrace
4242

4343
- name: Upload Test Report
44-
uses: codecov/codecov-action@v5.5.2
44+
uses: codecov/codecov-action@v5.5.4
4545
with:
4646
files: ./app/build/reports/kover/reportDebug.xml
4747
fail_ci_if_error: true

buildSrc/gradle/wrapper/gradle-wrapper.properties

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-9.4.0-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradle/libs.versions.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ androidx-material = "1.13.0"
1111
androidx-recyclerview = "1.4.0"
1212
androidx-startup = "1.2.0"
1313
androidx-swiperefreshlayout = "1.2.0"
14-
arrow = "2.2.2"
15-
ben-manes-versions = "0.53.0"
14+
arrow = "2.2.2.1"
15+
ben-manes-versions = "0.54.0"
1616
coil = "2.7.0"
1717
detekt = "1.23.8"
1818
androidx-test-espresso-core = "3.7.0"
@@ -22,20 +22,20 @@ flowExt = "1.0.0"
2222
jacoco = "0.8.11"
2323
java-target = "11"
2424
java-toolchain = "21"
25-
jetbrains-compose = "1.10.2"
25+
jetbrains-compose = "1.10.3"
2626
junit = "4.13.2"
27-
koin = "4.1.1"
27+
koin = "4.2.1"
2828
kotlin = "2.3.20"
2929
kotlinx-coroutines = "1.10.2"
30-
kotlinx-kover = "0.9.7"
30+
kotlinx-kover = "0.9.8"
3131
ktlint = "1.0.0"
3232
mockk = "1.14.9"
3333
poko = "0.22.0"
3434
squareup-leakcanary = "2.14"
3535
squareup-logging-interceptor = "5.3.2"
3636
squareup-moshi = "1.15.2"
3737
squareup-retrofit = "3.0.0"
38-
spotless = "8.3.0"
38+
spotless = "8.4.0"
3939
timber = "5.0.1"
4040
viewBindingDelegate = "1.4.0"
4141
ksp = "2.3.6"

gradle/wrapper/gradle-wrapper.properties

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-9.4.0-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)