Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
| datasource  | package                                                       | from          | to            |
| ----------- | ------------------------------------------------------------- | ------------- | ------------- |
| github-tags | codecov/codecov-action                                        | v5.0.0        | v5.0.2        |
| maven       | com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin | 2.0.21-1.0.27 | 2.0.21-1.0.28 |
  • Loading branch information
renovate[bot] authored Nov 16, 2024
1 parent 8271384 commit 3ef87e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: ./gradlew app:koverXmlReportDebug --warning-mode all --stacktrace

- name: Upload Test Report
uses: codecov/[email protected].0
uses: codecov/[email protected].2
with:
files: ./app/build/reports/kover/reportDebug.xml
fail_ci_if_error: true
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ squareup-retrofit = "2.11.0"
spotless = "6.25.0"
timber = "5.0.1"
viewBindingDelegate = "1.4.0"
ksp = "2.0.21-1.0.27"
ksp = "2.0.21-1.0.28"

[libraries]

Expand Down

0 comments on commit 3ef87e2

Please sign in to comment.