From 2c7244bd2718c529b3acb0a552b56d8b7c06ae16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 14:23:42 +0800 Subject: [PATCH] Bump me.zhanghai.android.libarchive:library from 1.1.5 to 1.1.6 (#5115) Bumps [me.zhanghai.android.libarchive:library](https://github.com/zhanghai/libarchive-android) from 1.1.5 to 1.1.6. - [Release notes](https://github.com/zhanghai/libarchive-android/releases) - [Commits](https://github.com/zhanghai/libarchive-android/compare/v1.1.5...v1.1.6) --- updated-dependencies: - dependency-name: me.zhanghai.android.libarchive:library dependency-version: 1.1.6 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 2b6f2b622..3ad0154ab 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.5" +libarchive = "1.1.6" lifecycle = "2.9.0" glide = "4.16.0" gson = "2.13.1"