Update commons-compress to 1.24.0 (#728)

Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
This commit is contained in:
scala-steward-asf[bot] 2023-10-15 02:15:19 +01:00 committed by GitHub
parent 6d25bb063d
commit a8d8ece4cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -137,7 +137,7 @@ object Dependencies {
val commonsMath = "org.apache.commons" % "commons-math" % "2.2" % Test
val commonsIo = "commons-io" % "commons-io" % "2.11.0" % Test
val commonsCodec = "commons-codec" % "commons-codec" % "1.15" % Test
val commonsCompress = "org.apache.commons" % "commons-compress" % "1.23.0" % Test
val commonsCompress = "org.apache.commons" % "commons-compress" % "1.24.0" % Test
val junit = "junit" % "junit" % junitVersion % Test
val httpClient = "org.apache.httpcomponents" % "httpclient" % "4.5.14" % Test