From 8e20046bb8ea8ea72181a78a6b5e207f3a40670e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 15:07:34 +0000 Subject: [PATCH] fix(deps): update all Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- app/build.gradle | 24 ++++++++++++------------ core-getter/rpc/build.gradle.kts | 2 +- core-utils/build.gradle | 2 +- gradle/wrapper/gradle-wrapper.properties | 2 +- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 2c646bc0..d7dcbf9f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -114,7 +114,7 @@ dependencies { implementation "androidx.drawerlayout:drawerlayout:1.2.0" implementation 'androidx.viewpager2:viewpager2:1.1.0' - implementation 'androidx.activity:activity-ktx:1.12.1' + implementation 'androidx.activity:activity-ktx:1.12.2' implementation 'androidx.fragment:fragment-ktx:1.8.9' implementation 'androidx.navigation:navigation-fragment-ktx:2.9.6' implementation 'androidx.navigation:navigation-ui-ktx:2.9.6' @@ -125,19 +125,19 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2' implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.10.0' - implementation 'androidx.activity:activity-compose:1.12.1' - implementation 'androidx.compose.ui:ui-viewbinding:1.10.0' - implementation platform('androidx.compose:compose-bom:2025.12.00') - implementation 'androidx.compose.ui:ui:1.10.0' - implementation 'androidx.compose.ui:ui-graphics:1.10.0' - implementation 'androidx.compose.ui:ui-tooling-preview:1.10.0' + implementation 'androidx.activity:activity-compose:1.12.2' + implementation 'androidx.compose.ui:ui-viewbinding:1.10.1' + implementation platform('androidx.compose:compose-bom:2025.12.01') + implementation 'androidx.compose.ui:ui:1.10.1' + implementation 'androidx.compose.ui:ui-graphics:1.10.1' + implementation 'androidx.compose.ui:ui-tooling-preview:1.10.1' implementation 'androidx.compose.material3:material3:1.4.0' - androidTestImplementation platform('androidx.compose:compose-bom:2025.12.00') - androidTestImplementation 'androidx.compose.ui:ui-test-junit4:1.10.0' + androidTestImplementation platform('androidx.compose:compose-bom:2025.12.01') + androidTestImplementation 'androidx.compose.ui:ui-test-junit4:1.10.1' implementation 'com.jakewharton.threetenabp:threetenabp:1.4.9' - debugImplementation 'androidx.compose.ui:ui-tooling:1.10.0' - debugImplementation 'androidx.compose.ui:ui-test-manifest:1.10.0' + debugImplementation 'androidx.compose.ui:ui-tooling:1.10.1' + debugImplementation 'androidx.compose.ui:ui-test-manifest:1.10.1' // WorkManager implementation "androidx.work:work-runtime-ktx:$work_version" @@ -184,7 +184,7 @@ dependencies { // Firebase implementation 'com.google.firebase:firebase-perf:22.0.4' implementation 'com.google.firebase:firebase-analytics:23.0.0' - implementation 'com.google.firebase:firebase-crashlytics:20.0.3' + implementation 'com.google.firebase:firebase-crashlytics:20.0.4' } //Protobuf implementation 'com.google.protobuf:protobuf-java:4.33.2' diff --git a/core-getter/rpc/build.gradle.kts b/core-getter/rpc/build.gradle.kts index e6a2346c..a6fbfe01 100644 --- a/core-getter/rpc/build.gradle.kts +++ b/core-getter/rpc/build.gradle.kts @@ -14,7 +14,7 @@ dependencies { api(project(":core-websdk:data")) // Gson for serialization - implementation("com.google.code.gson:gson:2.10.1") + implementation("com.google.code.gson:gson:2.13.2") // Jackson annotations (for jsonrpc4j compatibility) implementation("com.fasterxml.jackson.core:jackson-annotations:2.15.2") diff --git a/core-utils/build.gradle b/core-utils/build.gradle index 3ff95749..78bb9840 100644 --- a/core-utils/build.gradle +++ b/core-utils/build.gradle @@ -50,7 +50,7 @@ dependencies { api "org.jetbrains.kotlinx:kotlinx-coroutines-android:$kotlin_coroutines_version" // Versioning - implementation 'org.apache.maven:maven-artifact:3.9.11' + implementation 'org.apache.maven:maven-artifact:3.9.12' // 字符串匹配;日志打印去除转义字符 implementation 'org.apache.commons:commons-text:1.15.0' diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 6e5b1cc6..bead87b5 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,7 +1,7 @@ #Thu Nov 13 23:26:51 CST 2025 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.0-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME