We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c417c68 commit 338ae26Copy full SHA for 338ae26
api-client/build.gradle.kts
@@ -83,7 +83,7 @@ dependencies {
83
testImplementation("org.junit.platform:junit-platform-launcher:1.10.2")
84
testImplementation("org.junit.platform:junit-platform-commons:1.10.2")
85
86
- testImplementation("org.apache.commons:commons-compress:1.26.0")
+ testImplementation("org.apache.commons:commons-compress:1.26.1")
87
// declared as optional by commons-compress-1.26, but we need it for org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
88
implementation("commons-codec:commons-codec:1.16.1")
89
testImplementation("de.gesellix:testutil:[2024-01-01T01-01-01,)")
0 commit comments