From 3a3962ed590a94ccc6ab8edc7ee3ef33a33b67ba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 01:37:55 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- .github/workflows/pr_ci.yml | 2 +- .github/workflows/push_ci.yml | 2 +- gradle/libs.versions.toml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pr_ci.yml b/.github/workflows/pr_ci.yml index cbc6b60208e..577f474691f 100644 --- a/.github/workflows/pr_ci.yml +++ b/.github/workflows/pr_ci.yml @@ -60,7 +60,7 @@ jobs: echo "sdk.dir=${ANDROID_HOME}" > local.properties - name: Setup Gradle - uses: gradle/gradle-build-action@v3.4.1 + uses: gradle/gradle-build-action@v3.4.2 - name: Build with Gradle run: | diff --git a/.github/workflows/push_ci.yml b/.github/workflows/push_ci.yml index 1747093ccc9..f10fe69ea8a 100644 --- a/.github/workflows/push_ci.yml +++ b/.github/workflows/push_ci.yml @@ -60,7 +60,7 @@ jobs: restore-keys: native-cache- - name: Setup Gradle - uses: gradle/gradle-build-action@v3.4.1 + uses: gradle/gradle-build-action@v3.4.2 - name: Build with Gradle run: | diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 805be5c9654..c5d198e35ad 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -22,7 +22,7 @@ hiddenapibypass = { module = "org.lsposed.hiddenapibypass:hiddenapibypass", vers kotlin-gradle = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" } kotlinpoet-ksp = { module = "com.squareup:kotlinpoet-ksp", version = "1.17.0" } kotlinx-coroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version = "1.8.1" } -kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version = "1.7.0" } +kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version = "1.7.1" } ksp = { module = "com.google.devtools.ksp:symbol-processing-api", version.ref = "ksp" } lifecycle-livedata = { module = "androidx.lifecycle:lifecycle-livedata-ktx", version.ref = "lifecycle" } lifecycle-common = { module = "androidx.lifecycle:lifecycle-common-java8", version.ref = "lifecycle" } @@ -43,7 +43,7 @@ byte-buddy = { module = "net.bytebuddy:byte-buddy", version = "1.14.17" } dalvik-dx = { module = "com.jakewharton.android.repackaged:dalvik-dx", version = "14.0.0_r21" } flatbuffers-java = { module = "com.google.flatbuffers:flatbuffers-java", version = "23.5.26" } davemorrissey-subsampling-scale-image-view = { module = "com.davemorrissey.labs:subsampling-scale-image-view-androidx", version = "3.10.0" } -google-protobuf = { module = "com.google.protobuf:protobuf-java", version = "4.27.1" } +google-protobuf = { module = "com.google.protobuf:protobuf-java", version = "4.27.2" } [plugins] changelog = { id = "org.jetbrains.changelog", version = "2.2.0" }