Skip to content

Commit

Permalink
Bump org.apache.commons:commons-compress from 1.27.0 to 1.27.1 (#509)
Browse files Browse the repository at this point in the history
Bumps org.apache.commons:commons-compress from 1.27.0 to 1.27.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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 23, 2024
1 parent b80e676 commit d29d2ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api-client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ dependencies {
testImplementation("org.junit.platform:junit-platform-launcher:1.11.0")
testImplementation("org.junit.platform:junit-platform-commons:1.11.0")

testImplementation("org.apache.commons:commons-compress:1.27.0")
testImplementation("org.apache.commons:commons-compress:1.27.1")
testImplementation("de.gesellix:testutil:[2024-01-01T01-01-01,)")
testImplementation("de.gesellix:docker-registry:2024-03-14T19-35-00")
}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ plugins {

val dependencyVersions = listOf(
"commons-io:commons-io:2.16.1",
"org.apache.commons:commons-compress:1.27.0",
"org.apache.commons:commons-compress:1.27.1",
"org.apiguardian:apiguardian-api:1.1.2",
"org.jetbrains:annotations:24.1.0",
"org.jetbrains.kotlin:kotlin-reflect:1.9.23",
Expand Down

0 comments on commit d29d2ea

Please sign in to comment.