Skip to content

Commit

Permalink
Merge pull request #506 from softwaremill/update/commons-compress-1.25.0
Browse files Browse the repository at this point in the history
Update commons-compress to 1.25.0
  • Loading branch information
mergify[bot] authored Nov 16, 2023
2 parents 1790bb8 + 7cee1d2 commit 2b42980
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.24.0"
"org.apache.commons" % "commons-compress" % "1.25.0"
)

val configDependencies = Seq(
Expand Down

0 comments on commit 2b42980

Please sign in to comment.