Skip to content

Commit 96d6c1a

Browse files
authored
Merge pull request #279 from Kotlin-Android-Open-Source/renovate/all-deps
fix(deps): update all dependencies
2 parents 8063071 + c138a41 commit 96d6c1a

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
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.4.2
44+
uses: codecov/codecov-action@v5.4.3
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.14-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.2-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradle/libs.versions.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
[versions]
22
android-compile = "35"
3-
android-gradle = "8.10.0"
3+
android-gradle = "8.11.0"
44
android-min = "21"
55
android-target = "35"
6-
androidx-appcompat = "1.7.0"
6+
androidx-appcompat = "1.7.1"
77
androidx-constraintlayout = "2.2.1"
88
androidx-core-ktx = "1.16.0"
9-
androidx-lifecycle = "2.9.0"
9+
androidx-lifecycle = "2.9.1"
1010
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.1.1"
14+
arrow = "2.1.2"
1515
ben-manes-versions = "0.52.0"
1616
coil = "2.7.0"
1717
detekt = "1.23.8"
@@ -22,23 +22,23 @@ flowExt = "1.0.0"
2222
jacoco = "0.8.11"
2323
java-target = "11"
2424
java-toolchain = "21"
25-
jetbrains-compose = "1.8.0"
25+
jetbrains-compose = "1.8.2"
2626
junit = "4.13.2"
27-
koin = "4.0.4"
28-
kotlin = "2.1.20"
27+
koin = "4.1.0"
28+
kotlin = "2.2.0"
2929
kotlinx-coroutines = "1.10.2"
3030
kotlinx-kover = "0.9.1"
3131
ktlint = "1.0.0"
32-
mockk = "1.14.2"
33-
poko = "0.18.6"
32+
mockk = "1.14.4"
33+
poko = "0.18.7"
3434
squareup-leakcanary = "2.14"
3535
squareup-logging-interceptor = "4.12.0"
3636
squareup-moshi = "1.15.2"
3737
squareup-retrofit = "3.0.0"
38-
spotless = "7.0.3"
38+
spotless = "7.0.4"
3939
timber = "5.0.1"
4040
viewBindingDelegate = "1.4.0"
41-
ksp = "2.1.20-2.0.1"
41+
ksp = "2.1.21-2.0.2"
4242

4343
[libraries]
4444

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

0 commit comments

Comments
 (0)