Skip to content

Commit 1ee227a

Browse files
authored
Merge pull request #291 from Kotlin-Android-Open-Source/renovate/all-deps
fix(deps): update all dependencies
2 parents e075bf3 + ef78370 commit 1ee227a

File tree

2 files changed

+15
-15
lines changed

2 files changed

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

gradle/libs.versions.toml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
[versions]
22
android-compile = "36"
3-
android-gradle = "8.8.0"
3+
android-gradle = "8.13.2"
44
android-min = "21"
55
android-target = "36"
66
androidx-appcompat = "1.7.1"
77
androidx-constraintlayout = "2.2.1"
8-
androidx-core-ktx = "1.16.0"
9-
androidx-lifecycle = "2.9.2"
10-
androidx-material = "1.12.0"
8+
androidx-core-ktx = "1.17.0"
9+
androidx-lifecycle = "2.10.0"
10+
androidx-material = "1.13.0"
1111
androidx-recyclerview = "1.4.0"
1212
androidx-startup = "1.2.0"
13-
androidx-swiperefreshlayout = "1.1.0"
14-
arrow = "2.1.2"
15-
ben-manes-versions = "0.52.0"
13+
androidx-swiperefreshlayout = "1.2.0"
14+
arrow = "2.2.1.1"
15+
ben-manes-versions = "0.53.0"
1616
coil = "2.7.0"
1717
detekt = "1.23.8"
1818
androidx-test-espresso-core = "3.7.0"
@@ -22,23 +22,23 @@ flowExt = "1.0.0"
2222
jacoco = "0.8.11"
2323
java-target = "11"
2424
java-toolchain = "21"
25-
jetbrains-compose = "1.8.2"
25+
jetbrains-compose = "1.9.3"
2626
junit = "4.13.2"
27-
koin = "4.1.0"
28-
kotlin = "2.2.0"
27+
koin = "4.1.1"
28+
kotlin = "2.3.0"
2929
kotlinx-coroutines = "1.10.2"
30-
kotlinx-kover = "0.9.1"
30+
kotlinx-kover = "0.9.4"
3131
ktlint = "1.0.0"
32-
mockk = "1.14.5"
33-
poko = "0.19.3"
32+
mockk = "1.14.7"
33+
poko = "0.21.0"
3434
squareup-leakcanary = "2.14"
3535
squareup-logging-interceptor = "4.12.0"
3636
squareup-moshi = "1.15.2"
3737
squareup-retrofit = "3.0.0"
3838
spotless = "7.2.1"
3939
timber = "5.0.1"
4040
viewBindingDelegate = "1.4.0"
41-
ksp = "2.2.0-2.0.2"
41+
ksp = "2.3.4"
4242

4343
[libraries]
4444

0 commit comments

Comments
 (0)