Skip to content

Commit 107159a

Browse files
chore(deps): update all dependencies
| datasource | package | from | to | | -------------- | ---------------------- | ------ | ------ | | github-tags | codecov/codecov-action | v5.0.2 | v5.0.7 | | gradle-version | gradle | 8.11 | 8.11.1 |
1 parent b0db449 commit 107159a

File tree

3 files changed

+3
-3
lines changed

3 files changed

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

buildSrc/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)