Skip to content

Commit

Permalink
fix(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.3.0 | v5.3.1 |
| gradle-version | gradle                                                                                            | 8.12   | 8.12.1 |
| maven          | org.jetbrains.kotlin.plugin.serialization:org.jetbrains.kotlin.plugin.serialization.gradle.plugin | 2.1.0  | 2.1.10 |
| maven          | org.jetbrains.kotlin.plugin.parcelize:org.jetbrains.kotlin.plugin.parcelize.gradle.plugin         | 2.1.0  | 2.1.10 |
| maven          | org.jetbrains.kotlin.multiplatform:org.jetbrains.kotlin.multiplatform.gradle.plugin               | 2.1.0  | 2.1.10 |
| maven          | org.jetbrains.kotlin.kapt:org.jetbrains.kotlin.kapt.gradle.plugin                                 | 2.1.0  | 2.1.10 |
| maven          | org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin                                   | 2.1.0  | 2.1.10 |
| maven          | org.jetbrains.kotlin.plugin.compose:org.jetbrains.kotlin.plugin.compose.gradle.plugin             | 2.1.0  | 2.1.10 |
| maven          | org.jetbrains.kotlin.native.cocoapods:org.jetbrains.kotlin.native.cocoapods.gradle.plugin         | 2.1.0  | 2.1.10 |
| maven          | org.jetbrains.kotlin.android:org.jetbrains.kotlin.android.gradle.plugin                           | 2.1.0  | 2.1.10 |
| maven          | org.jetbrains.kotlin:kotlin-test-junit                                                            | 2.1.0  | 2.1.10 |
| maven          | io.arrow-kt:arrow-core                                                                            | 2.0.0  | 2.0.1  |
  • Loading branch information
renovate[bot] authored Jan 27, 2025
1 parent dca029c commit 6f92d08
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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/codecov-action@v5.3.0
uses: codecov/codecov-action@v5.3.1
with:
files: ./app/build/reports/kover/reportDebug.xml
fail_ci_if_error: true
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ androidx-material = "1.12.0"
androidx-recyclerview = "1.4.0"
androidx-startup = "1.2.0"
androidx-swiperefreshlayout = "1.1.0"
arrow = "2.0.0"
arrow = "2.0.1"
ben-manes-versions = "0.52.0"
coil = "2.7.0"
detekt = "1.23.7"
Expand All @@ -25,7 +25,7 @@ java-toolchain = "21"
jetbrains-compose = "1.7.3"
junit = "4.13.2"
koin = "4.0.2"
kotlin = "2.1.0"
kotlin = "2.1.10"
kotlinx-coroutines = "1.10.1"
kotlinx-kover = "0.9.1"
ktlint = "1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 6f92d08

Please sign in to comment.