Skip to content

Commit

Permalink
Merge pull request #461 from softwaremill/update/commons-compress-1.24.0
Browse files Browse the repository at this point in the history
Update commons-compress to 1.24.0
  • Loading branch information
mergify[bot] authored Sep 9, 2023
2 parents 99b36b5 + 7c55260 commit 8b4b5c6
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 @@ -59,7 +59,7 @@ val loggingDependencies = Seq(

val fileDependencies = Seq(
"com.github.pathikrit" %% "better-files" % "3.9.2" cross CrossVersion.for3Use2_13,
"org.apache.commons" % "commons-compress" % "1.23.0"
"org.apache.commons" % "commons-compress" % "1.24.0"
)

val configDependencies = Seq(
Expand Down

0 comments on commit 8b4b5c6

Please sign in to comment.