From b474d54076d51f3b7c860b261c13f55d48a4b8d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 May 2025 13:40:44 +0800 Subject: [PATCH] Bump me.zhanghai.android.libarchive:library from 1.1.4 to 1.1.5 (#5086) Bumps [me.zhanghai.android.libarchive:library](https://github.com/zhanghai/libarchive-android) from 1.1.4 to 1.1.5. - [Release notes](https://github.com/zhanghai/libarchive-android/releases) - [Commits](https://github.com/zhanghai/libarchive-android/compare/v1.1.4...v1.1.5) --- updated-dependencies: - dependency-name: me.zhanghai.android.libarchive:library dependency-version: 1.1.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[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 388a9270f..2b6f2b622 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -15,7 +15,7 @@ fragment = "1.8.7" #不要更新版本 hutool = "5.8.22" -libarchive = "1.1.4" +libarchive = "1.1.5" lifecycle = "2.9.0" glide = "4.16.0" gson = "2.13.1"