Skip to content

Commit 8b4c67c

Browse files
build(deps): bump org.apache.commons:commons-compress (#1196)
Bumps [org.apache.commons:commons-compress](https://github.com/apache/commons-compress) from 1.26.0 to 1.28.0. - [Changelog](https://github.com/apache/commons-compress/blob/master/RELEASE-NOTES.txt) - [Commits](apache/commons-compress@rel/commons-compress-1.26.0...rel/commons-compress-1.28.0) --- updated-dependencies: - dependency-name: org.apache.commons:commons-compress dependency-version: 1.28.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a1f6f48 commit 8b4c67c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
buildscript {
2-
dependencies { classpath("org.apache.commons:commons-compress:1.26.0") }
2+
dependencies { classpath("org.apache.commons:commons-compress:1.28.0") }
33
if (BuildPluginsVersion.AGP.substringBefore(".").toInt() < 8) {
44
// AGP 7.x has troubles with compileSdk 34 due to some R8 shenanigans, so we have to use a newer
55
// version of R* here

0 commit comments

Comments
 (0)