From e9cb36b267c2fcb32ebee9b7ec71aa3c2c928b9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Jan 2026 15:21:28 +0100 Subject: [PATCH] Update dependencies --- .github/workflows/core.yml | 16 ++++++++-------- apache/commons-lang | 2 +- external/fmt | 2 +- gradle/libs.versions.toml | 12 ++++++------ 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/core.yml b/.github/workflows/core.yml index f9cd86cf..c648e718 100644 --- a/.github/workflows/core.yml +++ b/.github/workflows/core.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: submodules: recursive fetch-depth: 0 @@ -41,14 +41,14 @@ jobs: fi - name: Checkout libxposed/api - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: repository: libxposed/api path: libxposed/api ref: 54582730315ba4a3d7cfaf9baf9d23c419e07006 - name: Checkout libxposed/service - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: repository: libxposed/service path: libxposed/service @@ -68,7 +68,7 @@ jobs: version: 1.12.1 - name: Setup ccache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.ccache @@ -110,19 +110,19 @@ jobs: unzip magisk-loader/release/LSPosed-v*-zygisk-debug.zip -d LSPosed-zygisk-debug - name: Upload zygisk release - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: ${{ steps.prepareArtifact.outputs.zygiskReleaseName }} path: "./LSPosed-zygisk-release/*" - name: Upload zygisk debug - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: ${{ steps.prepareArtifact.outputs.zygiskDebugName }} path: "./LSPosed-zygisk-debug/*" - name: Upload mappings - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: mappings path: | @@ -130,7 +130,7 @@ jobs: app/build/outputs/mapping - name: Upload symbols - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: symbols path: build/symbols diff --git a/apache/commons-lang b/apache/commons-lang index 52d1b7bf..623235eb 160000 --- a/apache/commons-lang +++ b/apache/commons-lang @@ -1 +1 @@ -Subproject commit 52d1b7bfdfe22fa8ff0e9f0c8a6a7b6a70f3ab69 +Subproject commit 623235ebca46bea1a6e8cc02b7d7084c1698ab80 diff --git a/external/fmt b/external/fmt index 3fccfb8a..0e078f6e 160000 --- a/external/fmt +++ b/external/fmt @@ -1 +1 @@ -Subproject commit 3fccfb8a80804ff1269af71f0a43c8934ca36c92 +Subproject commit 0e078f6ed0624be8babc43bd145371d9f3a08aab diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 9ed1fc09..97c1f7fc 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,11 +1,11 @@ [versions] -agp = "8.13.0" -kotlin = "2.2.20" -nav = "2.9.5" +agp = "8.13.1" +kotlin = "2.2.21" +nav = "2.9.6" appcenter = "5.0.5" libxposed = "100" glide = "5.0.5" -okhttp = "5.2.0" +okhttp = "5.3.2" [plugins] agp-lib = { id = "com.android.library", version.ref = "agp" } @@ -31,7 +31,7 @@ rikkax-recyclerview = { module = "dev.rikka.rikkax.recyclerview:recyclerview-ktx rikkax-widget-borderview = { module = "dev.rikka.rikkax.widget:borderview", version = "1.1.0" } rikkax-widget-mainswitchbar = { module = "dev.rikka.rikkax.widget:mainswitchbar", version = "1.0.2" } -androidx-activity = { module = "androidx.activity:activity", version = "1.11.0" } +androidx-activity = { module = "androidx.activity:activity", version = "1.12.1" } androidx-annotation = { module = "androidx.annotation:annotation", version = "1.9.1" } androidx-browser = { module = "androidx.browser:browser", version = "1.9.0" } androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version = "2.2.1" } @@ -41,7 +41,7 @@ androidx-navigation-fragment = { group = "androidx.navigation", name = "navigati androidx-navigation-ui = { group = "androidx.navigation", name = "navigation-ui", version.ref = "nav" } androidx-preference = { module = "androidx.preference:preference", version = "1.2.1" } androidx-recyclerview = { module = "androidx.recyclerview:recyclerview", version = "1.4.0" } -androidx-swiperefreshlayout = { module = "androidx.swiperefreshlayout:swiperefreshlayout", version = "1.2.0-beta01" } +androidx-swiperefreshlayout = { module = "androidx.swiperefreshlayout:swiperefreshlayout", version = "1.2.0" } glide = { group = "com.github.bumptech.glide", name = "glide", version.ref = "glide" } glide-compiler = { group = "com.github.bumptech.glide", name = "compiler", version.ref = "glide" }