Skip to content

Commit e462b27

Browse files
fix(deps): update all dependencies
| datasource | package | from | to | | ----------- | ------------------------------------------------------------------------------------------------- | ------------ | ------------ | | github-tags | codecov/codecov-action | v5.4.2 | v5.4.3 | | maven | com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin | 2.1.20-2.0.1 | 2.1.21-2.0.1 | | maven | com.squareup.retrofit2:converter-moshi | 2.11.0 | 2.12.0 | | maven | com.squareup.retrofit2:retrofit | 2.11.0 | 2.12.0 | | maven | org.jetbrains.kotlin.plugin.serialization:org.jetbrains.kotlin.plugin.serialization.gradle.plugin | 2.1.20 | 2.1.21 | | maven | org.jetbrains.kotlin.plugin.parcelize:org.jetbrains.kotlin.plugin.parcelize.gradle.plugin | 2.1.20 | 2.1.21 | | maven | org.jetbrains.kotlin.multiplatform:org.jetbrains.kotlin.multiplatform.gradle.plugin | 2.1.20 | 2.1.21 | | maven | org.jetbrains.kotlin.kapt:org.jetbrains.kotlin.kapt.gradle.plugin | 2.1.20 | 2.1.21 | | maven | org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin | 2.1.20 | 2.1.21 | | maven | org.jetbrains.kotlin.plugin.compose:org.jetbrains.kotlin.plugin.compose.gradle.plugin | 2.1.20 | 2.1.21 | | maven | org.jetbrains.kotlin.native.cocoapods:org.jetbrains.kotlin.native.cocoapods.gradle.plugin | 2.1.20 | 2.1.21 | | maven | org.jetbrains.kotlin.android:org.jetbrains.kotlin.android.gradle.plugin | 2.1.20 | 2.1.21 | | maven | org.jetbrains.kotlin:kotlin-gradle-plugin | 2.1.20 | 2.1.21 | | maven | org.jetbrains.kotlin:kotlin-test-junit | 2.1.20 | 2.1.21 | | maven | io.arrow-kt:arrow-core | 2.1.1 | 2.1.2 |
1 parent 6c067c7 commit e462b27

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.4.2
44+
uses: codecov/codecov-action@v5.4.3
4545
with:
4646
files: ./app/build/reports/kover/reportDebug.xml
4747
fail_ci_if_error: true

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ androidx-material = "1.12.0"
1111
androidx-recyclerview = "1.4.0"
1212
androidx-startup = "1.2.0"
1313
androidx-swiperefreshlayout = "1.1.0"
14-
arrow = "2.1.1"
14+
arrow = "2.1.2"
1515
ben-manes-versions = "0.52.0"
1616
coil = "2.7.0"
1717
detekt = "1.23.8"
@@ -25,7 +25,7 @@ java-toolchain = "21"
2525
jetbrains-compose = "1.8.0"
2626
junit = "4.13.2"
2727
koin = "4.0.4"
28-
kotlin = "2.1.20"
28+
kotlin = "2.1.21"
2929
kotlinx-coroutines = "1.10.2"
3030
kotlinx-kover = "0.9.1"
3131
ktlint = "1.0.0"
@@ -34,11 +34,11 @@ poko = "0.18.6"
3434
squareup-leakcanary = "2.14"
3535
squareup-logging-interceptor = "4.12.0"
3636
squareup-moshi = "1.15.2"
37-
squareup-retrofit = "2.11.0"
37+
squareup-retrofit = "2.12.0"
3838
spotless = "7.0.3"
3939
timber = "5.0.1"
4040
viewBindingDelegate = "1.4.0"
41-
ksp = "2.1.20-2.0.1"
41+
ksp = "2.1.21-2.0.1"
4242

4343
[libraries]
4444

0 commit comments

Comments
 (0)