From 0f10517533ebbd6669e57a2decbf51d7afd342ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 16:09:15 +0800 Subject: [PATCH] chore(deps): bump me.zhanghai.android.libarchive:library (#4314) Bumps [me.zhanghai.android.libarchive:library](https://github.com/zhanghai/libarchive-android) from 1.1.0 to 1.1.4. - [Release notes](https://github.com/zhanghai/libarchive-android/releases) - [Commits](https://github.com/zhanghai/libarchive-android/compare/v1.1.0...v1.1.4) --- updated-dependencies: - dependency-name: me.zhanghai.android.libarchive:library 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 1baa2c951..1b49b5bcc 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -15,7 +15,7 @@ fragment = "1.8.2" #不要更新版本 hutool = "5.8.22" -libarchive = "1.1.0" +libarchive = "1.1.4" lifecycle = "2.8.7" glide = "4.16.0" gson = "2.11.0"