Skip to content

Commit ce94fec

Browse files
chore(deps): update all dependencies
| datasource | package | from | to | | ----------- | ------------------------------------------------------------------------- | ------ | ------ | | github-tags | codecov/codecov-action | v5.1.2 | v5.2.0 | | maven | com.github.ben-manes.versions:com.github.ben-manes.versions.gradle.plugin | 0.51.0 | 0.52.0 |
1 parent 04bba6f commit ce94fec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/unit-test.yml

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

Diff for: gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ androidx-recyclerview = "1.4.0"
1212
androidx-startup = "1.2.0"
1313
androidx-swiperefreshlayout = "1.1.0"
1414
arrow = "2.0.0"
15-
ben-manes-versions = "0.51.0"
15+
ben-manes-versions = "0.52.0"
1616
coil = "2.7.0"
1717
detekt = "1.23.7"
1818
androidx-test-espresso-core = "3.6.1"

0 commit comments

Comments
 (0)