Skip to content

Commit ad58e57

Browse files
fix(deps): update all dependencies
| datasource | package | from | to | | -------------- | ---------------------- | ------ | ------ | | github-tags | codecov/codecov-action | v5.3.0 | v5.3.1 | | gradle-version | gradle | 8.12 | 8.12.1 | | maven | io.arrow-kt:arrow-core | 2.0.0 | 2.0.1 |
1 parent dca029c commit ad58e57

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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/[email protected].0
44+
uses: codecov/[email protected].1
4545
with:
4646
files: ./app/build/reports/kover/reportDebug.xml
4747
fail_ci_if_error: true

Diff for: buildSrc/gradle/wrapper/gradle-wrapper.properties

+1-1
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.12-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

Diff for: gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ androidx-material = "1.12.0"
1111
androidx-recyclerview = "1.4.0"
1212
androidx-startup = "1.2.0"
1313
androidx-swiperefreshlayout = "1.1.0"
14-
arrow = "2.0.0"
14+
arrow = "2.0.1"
1515
ben-manes-versions = "0.52.0"
1616
coil = "2.7.0"
1717
detekt = "1.23.7"

Diff for: gradle/wrapper/gradle-wrapper.properties

+1-1
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.12-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)