Skip to content

Commit

Permalink
Update commons-compress to 1.27.0 (#647)
Browse files Browse the repository at this point in the history
  • Loading branch information
softwaremill-ci authored Aug 9, 2024
1 parent f3a0aac commit 21590af
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.26.2"
"org.apache.commons" % "commons-compress" % "1.27.0"
)

val configDependencies = Seq(
Expand Down

0 comments on commit 21590af

Please sign in to comment.