From 616b5aacfc5a80c5d45605f4d8ba777c0a2e736e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 22:44:07 +0000 Subject: [PATCH] Bump me.zhanghai.android.libarchive:library from 1.1.0 to 1.1.1 Bumps [me.zhanghai.android.libarchive:library](https://github.com/zhanghai/libarchive-android) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/zhanghai/libarchive-android/releases) - [Commits](https://github.com/zhanghai/libarchive-android/compare/v1.1.0...v1.1.1) --- updated-dependencies: - dependency-name: me.zhanghai.android.libarchive:library dependency-type: direct:production update-type: version-update:semver-patch ... 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 204a349ded28..0a458053565a 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.1" lifecycle = "2.8.4" glide = "4.16.0" gson = "2.11.0"