Skip to content

Commit

Permalink
Merge pull request #254 from Kotlin-Android-Open-Source/renovate/all-…
Browse files Browse the repository at this point in the history
…deps

chore(deps): update all dependencies
  • Loading branch information
hoc081098 authored Dec 7, 2024
2 parents c0e0407 + ef15bcc commit b684ebc
Show file tree
Hide file tree
Showing 3 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.0.7
uses: codecov/codecov-action@v5.1.1
with:
files: ./app/build/reports/kover/reportDebug.xml
fail_ci_if_error: true
Expand Down
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
android-compile = "35"
android-gradle = "8.7.2"
android-gradle = "8.7.3"
android-min = "21"
android-target = "35"
androidx-appcompat = "1.7.0"
Expand Down Expand Up @@ -30,10 +30,10 @@ kotlinx-coroutines = "1.9.0"
kotlinx-kover = "0.8.3"
ktlint = "1.0.0"
mockk = "1.13.13"
poko = "0.17.2"
poko = "0.18.0"
squareup-leakcanary = "2.14"
squareup-logging-interceptor = "4.12.0"
squareup-moshi = "1.15.1"
squareup-moshi = "1.15.2"
squareup-retrofit = "2.11.0"
spotless = "6.25.0"
timber = "5.0.1"
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ fun includeProject(
}

plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version("0.8.0")
id("org.gradle.toolchains.foojay-resolver-convention") version("0.9.0")
}

0 comments on commit b684ebc

Please sign in to comment.