Skip to content

Commit 148b0d0

Browse files
Bump org.apache.commons:commons-compress from 1.27.1 to 1.28.0 (#623)
Bumps [org.apache.commons:commons-compress](https://github.com/apache/commons-compress) from 1.27.1 to 1.28.0. - [Changelog](https://github.com/apache/commons-compress/blob/master/RELEASE-NOTES.txt) - [Commits](apache/commons-compress@rel/commons-compress-1.27.1...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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4065ed6 commit 148b0d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api-client/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ dependencies {
8080
testImplementation(libs.junitPlatformLauncher)
8181
testImplementation(libs.junitPlatformCommons)
8282

83-
testImplementation("org.apache.commons:commons-compress:1.27.1")
83+
testImplementation("org.apache.commons:commons-compress:1.28.0")
8484
testImplementation("de.gesellix:testutil:[2024-01-01T01-01-01,)")
8585
testImplementation("de.gesellix:docker-registry:2025-06-08T17-40-00")
8686
}

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ plugins {
1414

1515
val dependencyVersions = listOf(
1616
"commons-io:commons-io:2.20.0",
17-
"org.apache.commons:commons-compress:1.27.1",
17+
"org.apache.commons:commons-compress:1.28.0",
1818
"org.apiguardian:apiguardian-api:1.1.2",
1919
"org.jetbrains:annotations:26.0.2",
2020
"org.jetbrains.kotlin:kotlin-reflect:2.1.0",

0 commit comments

Comments
 (0)