Skip to content

Commit

Permalink
Update commons-compress to 1.27.0 (#1626)
Browse files Browse the repository at this point in the history
Co-authored-by: Muki Seiler <[email protected]>
  • Loading branch information
scala-steward and muuki88 authored Aug 17, 2024
1 parent a46e52a commit 4ce4887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ libraryDependencies ++= Seq(
// these dependencies have to be explicitly added by the user
"com.spotify" % "docker-client" % "8.16.0" % Provided,
"org.vafer" % "jdeb" % "1.10" % Provided artifacts Artifact("jdeb", "jar", "jar"),
"org.apache.commons" % "commons-compress" % "1.26.2",
"org.apache.commons" % "commons-compress" % "1.27.0",
// for jdkpackager
"org.apache.ant" % "ant" % "1.10.14",
// workaround for the command line size limit
Expand Down

0 comments on commit 4ce4887

Please sign in to comment.