Skip to content

Commit

Permalink
Bump Apache Commons Compress to 1.26.1 (#139)
Browse files Browse the repository at this point in the history
Fixes vulnerabilities:
CVE-2024-26308
CVE-2024-25710
  • Loading branch information
karkusviktor committed May 21, 2024
1 parent 7007953 commit 1861cd3
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 @@ val commonSettings = Seq(
)

val `commons-compress` = Seq(
"org.apache.commons" % "commons-compress" % "1.24.0",
"org.apache.commons" % "commons-compress" % "1.26.1",
"com.github.luben" % "zstd-jni" % "1.5.5-11"
)

Expand Down

0 comments on commit 1861cd3

Please sign in to comment.