Skip to content

Commit b0db449

Browse files
authored
Merge pull request #251 from Kotlin-Android-Open-Source/renovate/all-deps
chore(deps): update all dependencies
2 parents 8271384 + 3ef87e2 commit b0db449

File tree

2 files changed

+2
-2
lines changed

2 files changed

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

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ squareup-retrofit = "2.11.0"
3838
spotless = "6.25.0"
3939
timber = "5.0.1"
4040
viewBindingDelegate = "1.4.0"
41-
ksp = "2.0.21-1.0.27"
41+
ksp = "2.0.21-1.0.28"
4242

4343
[libraries]
4444

0 commit comments

Comments
 (0)