From 4e3219c670b45efc762debba746c3890f798c517 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 16:09:17 +0000 Subject: [PATCH] fix(deps): update all Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- app/build.gradle | 30 +++++++++++++++--------------- build.gradle | 2 +- core-getter/build.gradle | 2 +- core-utils/build.gradle | 2 +- 4 files changed, 18 insertions(+), 18 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 461b4d7d..9df0bbe7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -108,8 +108,8 @@ dependencies { implementation 'androidx.activity:activity-ktx:1.9.3' implementation 'androidx.fragment:fragment-ktx:1.8.5' - implementation 'androidx.navigation:navigation-fragment-ktx:2.8.4' - implementation 'androidx.navigation:navigation-ui-ktx:2.8.4' + implementation 'androidx.navigation:navigation-fragment-ktx:2.8.5' + implementation 'androidx.navigation:navigation-ui-ktx:2.8.5' // Kotlin implementation "androidx.core:core-ktx:$android_ktx_version" @@ -119,18 +119,18 @@ dependencies { implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.7' implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7' implementation 'androidx.activity:activity-compose:1.9.3' - implementation 'androidx.compose.ui:ui-viewbinding:1.7.5' - implementation platform('androidx.compose:compose-bom:2024.11.00') - implementation 'androidx.compose.ui:ui:1.7.5' - implementation 'androidx.compose.ui:ui-graphics:1.7.5' - implementation 'androidx.compose.ui:ui-tooling-preview:1.7.5' + implementation 'androidx.compose.ui:ui-viewbinding:1.7.6' + implementation platform('androidx.compose:compose-bom:2024.12.01') + implementation 'androidx.compose.ui:ui:1.7.6' + implementation 'androidx.compose.ui:ui-graphics:1.7.6' + implementation 'androidx.compose.ui:ui-tooling-preview:1.7.6' implementation 'androidx.compose.material3:material3:1.3.1' - androidTestImplementation platform('androidx.compose:compose-bom:2024.11.00') - androidTestImplementation 'androidx.compose.ui:ui-test-junit4:1.7.5' + androidTestImplementation platform('androidx.compose:compose-bom:2024.12.01') + androidTestImplementation 'androidx.compose.ui:ui-test-junit4:1.7.6' - implementation 'com.jakewharton.threetenabp:threetenabp:1.4.7' - debugImplementation 'androidx.compose.ui:ui-tooling:1.7.5' - debugImplementation 'androidx.compose.ui:ui-test-manifest:1.7.5' + implementation 'com.jakewharton.threetenabp:threetenabp:1.4.8' + debugImplementation 'androidx.compose.ui:ui-tooling:1.7.6' + debugImplementation 'androidx.compose.ui:ui-test-manifest:1.7.6' // WorkManager implementation "androidx.work:work-runtime-ktx:$work_version" @@ -175,12 +175,12 @@ dependencies { // NO FREE if (!project.hasProperty('free')) { // Firebase - implementation 'com.google.firebase:firebase-perf:21.0.2' + implementation 'com.google.firebase:firebase-perf:21.0.3' implementation 'com.google.firebase:firebase-analytics:22.1.2' - implementation 'com.google.firebase:firebase-crashlytics:19.2.1' + implementation 'com.google.firebase:firebase-crashlytics:19.3.0' } //Protobuf - implementation 'com.google.protobuf:protobuf-java:4.28.3' + implementation 'com.google.protobuf:protobuf-java:4.29.1' } // fix different protobuf versions of gplayapi and firebase configurations { diff --git a/build.gradle b/build.gradle index 41271b20..47e1610e 100644 --- a/build.gradle +++ b/build.gradle @@ -30,7 +30,7 @@ buildscript { plugins { id 'org.jetbrains.kotlin.jvm' version "$kotlin_version" id 'org.jetbrains.kotlin.android' version "$kotlin_version" apply false - id 'com.google.devtools.ksp' version '2.0.21-1.0.28' apply false + id 'com.google.devtools.ksp' version '2.1.0-1.0.29' apply false } import groovy.json.JsonSlurper diff --git a/core-getter/build.gradle b/core-getter/build.gradle index 527f06bb..39a7e78f 100644 --- a/core-getter/build.gradle +++ b/core-getter/build.gradle @@ -1,7 +1,7 @@ plugins { id 'com.android.library' id 'org.jetbrains.kotlin.android' - id 'org.mozilla.rust-android-gradle.rust-android' version "0.9.4" + id 'org.mozilla.rust-android-gradle.rust-android' version "0.9.5" } android { diff --git a/core-utils/build.gradle b/core-utils/build.gradle index d9d5f9ab..9474b064 100644 --- a/core-utils/build.gradle +++ b/core-utils/build.gradle @@ -46,5 +46,5 @@ dependencies { implementation 'org.apache.maven:maven-artifact:3.9.9' // 字符串匹配;日志打印去除转义字符 - implementation 'org.apache.commons:commons-text:1.12.0' + implementation 'org.apache.commons:commons-text:1.13.0' } \ No newline at end of file