Skip to content

Commit

Permalink
Update commons-compress to 1.25.0 (#802)
Browse files Browse the repository at this point in the history
* Update commons-compress to 1.25.0

* Revert commit(s) df16a62

* Update commons-compress to 1.25.0

---------

Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
  • Loading branch information
scala-steward-asf[bot] authored Nov 19, 2023
1 parent 51d4b95 commit f8ef6f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ object Dependencies {
val commonsMath = "org.apache.commons" % "commons-math" % "2.2" % Test
val commonsIo = "commons-io" % "commons-io" % "2.15.0" % Test
val commonsCodec = "commons-codec" % "commons-codec" % "1.16.0" % Test
val commonsCompress = "org.apache.commons" % "commons-compress" % "1.24.0" % Test
val commonsCompress = "org.apache.commons" % "commons-compress" % "1.25.0" % Test
val junit = "junit" % "junit" % junitVersion % Test
val junit5 = "org.junit.jupiter" % "junit-jupiter-engine" % junit5Version % Test
val httpClient = "org.apache.httpcomponents" % "httpclient" % "4.5.14" % Test
Expand Down

0 comments on commit f8ef6f3

Please sign in to comment.