Skip to content

Commit

Permalink
Update commons-compress to 1.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 20, 2024
1 parent 59f3385 commit 679aeba
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.14.3" % Provided,
"org.vafer" % "jdeb" % "1.7" % Provided artifacts Artifact("jdeb", "jar", "jar"),
"org.apache.commons" % "commons-compress" % "1.21",
"org.apache.commons" % "commons-compress" % "1.26.0",
// for jdkpackager
"org.apache.ant" % "ant" % "1.10.12",
// workaround for the command line size limit
Expand Down

0 comments on commit 679aeba

Please sign in to comment.