Skip to content

Commit 315118b

Browse files
fix(deps): update all dependencies
| datasource | package | from | to | | -------------- | ------------------------------------------------------------- | ------------- | ------------- | | github-tags | codecov/codecov-action | v5.3.1 | v5.4.0 | | gradle-version | gradle | 8.12.1 | 8.13 | | maven | com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin | 2.1.10-1.0.30 | 2.1.10-1.0.31 | | maven | io.mockk:mockk | 1.13.16 | 1.13.17 | | maven | androidx.constraintlayout:constraintlayout | 2.2.0 | 2.2.1 | | maven | com.android.library:com.android.library.gradle.plugin | 8.8.1 | 8.8.2 | | maven | com.android.application:com.android.application.gradle.plugin | 8.8.1 | 8.8.2 |
1 parent 0301699 commit 315118b

File tree

6 files changed

+8
-8
lines changed

6 files changed

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

Diff for: gradle/libs.versions.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[versions]
22
android-compile = "35"
3-
android-gradle = "8.8.1"
3+
android-gradle = "8.8.2"
44
android-min = "21"
55
android-target = "35"
66
androidx-appcompat = "1.7.0"
7-
androidx-constraintlayout = "2.2.0"
7+
androidx-constraintlayout = "2.2.1"
88
androidx-core-ktx = "1.15.0"
99
androidx-lifecycle = "2.8.7"
1010
androidx-material = "1.12.0"
@@ -29,7 +29,7 @@ kotlin = "2.1.10"
2929
kotlinx-coroutines = "1.10.1"
3030
kotlinx-kover = "0.9.1"
3131
ktlint = "1.0.0"
32-
mockk = "1.13.16"
32+
mockk = "1.13.17"
3333
poko = "0.18.2"
3434
squareup-leakcanary = "2.14"
3535
squareup-logging-interceptor = "4.12.0"
@@ -38,7 +38,7 @@ squareup-retrofit = "2.11.0"
3838
spotless = "7.0.2"
3939
timber = "5.0.1"
4040
viewBindingDelegate = "1.4.0"
41-
ksp = "2.1.10-1.0.30"
41+
ksp = "2.1.10-1.0.31"
4242

4343
[libraries]
4444

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

122 Bytes
Binary file not shown.

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

Diff for: gradlew

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ fi
205205
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
206206

207207
# Collect all arguments for the java command:
208-
# * DEFAULT_JVM_OPTS, JAVA_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
208+
# * DEFAULT_JVM_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
209209
# and any embedded shellness will be escaped.
210210
# * For example: A user cannot expect ${Hostname} to be expanded, as it is an environment variable and will be
211211
# treated as '${Hostname}' itself on the command line.

0 commit comments

Comments
 (0)