From fc1f33cc15aa535413972d80734d892fa69921f4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 22:07:46 +0000 Subject: [PATCH 1/6] chore(deps): update actions/cache action to v5.0.2 (#439) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/android_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android_ci.yml b/.github/workflows/android_ci.yml index e6603da..a9d83a7 100644 --- a/.github/workflows/android_ci.yml +++ b/.github/workflows/android_ci.yml @@ -26,7 +26,7 @@ jobs: # 缓存NDK - name: Cache NDK - uses: actions/cache@v5.0.1 + uses: actions/cache@v5.0.2 with: path: | ${{ env.ANDROID_HOME }}/ndk From b473f2714d40858b8dd2b388766f0bfe0c5e2245 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 21:02:59 +0000 Subject: [PATCH 2/6] chore(deps): update dependency com.mikepenz.aboutlibraries.plugin.android to v14.0.0-b02 (#440) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 33a8719..2b862ad 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -15,7 +15,7 @@ material3 = "1.5.0-alpha12" adaptive = "1.2.0" # AboutLibraries aboutLibsRelease = "14.0.0-b01" -aboutLibsReleasePlugin = "14.0.0-b01" +aboutLibsReleasePlugin = "14.0.0-b02" # M3 Color m3color = "2025.4" # Konfetti From 40d3398de6c431c781c94afad6dca19460751e08 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 02:42:45 +0000 Subject: [PATCH 3/6] fix(deps): update aboutlibsrelease to v14.0.0-b02 (#441) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 2b862ad..59bca8f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -14,7 +14,7 @@ navigation = "2.9.6" material3 = "1.5.0-alpha12" adaptive = "1.2.0" # AboutLibraries -aboutLibsRelease = "14.0.0-b01" +aboutLibsRelease = "14.0.0-b02" aboutLibsReleasePlugin = "14.0.0-b02" # M3 Color m3color = "2025.4" From a51c4bf5f2af264306858abb430a9e6840938832 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 04:24:34 +0000 Subject: [PATCH 4/6] fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.10.0 (#442) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 59bca8f..fc84acc 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -24,7 +24,7 @@ konfetti = "2.0.5" lazyColumnScrollbar = "2.2.0" # Kotlin kotlinCoroutines = "1.10.2" -kotlinSerialization = "1.9.0" +kotlinSerialization = "1.10.0" # Test junit = "4.13.2" junitVersion = "1.3.0" From fea74bd8a28dafeb4d19c675bf7a36d39f4db5d3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 08:40:12 +0000 Subject: [PATCH 5/6] chore(deps): update actions/setup-java action to v5.2.0 (#443) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/android_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android_ci.yml b/.github/workflows/android_ci.yml index a9d83a7..11f5ee9 100644 --- a/.github/workflows/android_ci.yml +++ b/.github/workflows/android_ci.yml @@ -18,7 +18,7 @@ jobs: fetch-depth: 0 - name: set up JDK 21 - uses: actions/setup-java@v5.1.0 + uses: actions/setup-java@v5.2.0 with: java-version: '21' distribution: 'temurin' From 637ece7fdd5da2270a90b3dbd9d7a8ff96595821 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 01:11:18 +0000 Subject: [PATCH 6/6] chore(deps): update actions/checkout action to v6.0.2 (#444) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/android_ci.yml | 2 +- .github/workflows/script_build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/android_ci.yml b/.github/workflows/android_ci.yml index 11f5ee9..03c0cca 100644 --- a/.github/workflows/android_ci.yml +++ b/.github/workflows/android_ci.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: fetch-depth: 0 diff --git a/.github/workflows/script_build.yml b/.github/workflows/script_build.yml index 61ec412..9923dff 100644 --- a/.github/workflows/script_build.yml +++ b/.github/workflows/script_build.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: fetch-depth: 0