From e5147937894f17756b7c773f5adcc2f692152381 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jun 2025 09:47:28 +0000 Subject: [PATCH] build(deps): bump libsu from 5.2.2 to 6.0.0 Bumps `libsu` from 5.2.2 to 6.0.0. Updates `com.github.topjohnwu.libsu:core` from 5.2.2 to 6.0.0 Updates `com.github.topjohnwu.libsu:nio` from 5.2.2 to 6.0.0 Updates `com.github.topjohnwu.libsu:service` from 5.2.2 to 6.0.0 --- updated-dependencies: - dependency-name: com.github.topjohnwu.libsu:core dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: com.github.topjohnwu.libsu:nio dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: com.github.topjohnwu.libsu:service dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- 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 d1cde0c..df48ed4 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -8,7 +8,7 @@ jadb = "1.2.1.1" kotlin = "2.0.20" kotlinx-coroutines = "1.8.1" kotlinx-serialization = "1.7.1" -libsu = "5.2.2" +libsu = "6.0.0" revanced-patcher = "21.0.0" [libraries]