Skip to content

Commit 338ae26

Browse files
dependabot[bot]gesellix
authored andcommitted
Bump org.apache.commons:commons-compress from 1.26.0 to 1.26.1
Bumps org.apache.commons:commons-compress from 1.26.0 to 1.26.1. --- updated-dependencies: - dependency-name: org.apache.commons:commons-compress dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c417c68 commit 338ae26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api-client/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ dependencies {
8383
testImplementation("org.junit.platform:junit-platform-launcher:1.10.2")
8484
testImplementation("org.junit.platform:junit-platform-commons:1.10.2")
8585

86-
testImplementation("org.apache.commons:commons-compress:1.26.0")
86+
testImplementation("org.apache.commons:commons-compress:1.26.1")
8787
// declared as optional by commons-compress-1.26, but we need it for org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
8888
implementation("commons-codec:commons-codec:1.16.1")
8989
testImplementation("de.gesellix:testutil:[2024-01-01T01-01-01,)")

0 commit comments

Comments
 (0)