Skip to content

Commit

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

* Revert commit(s) e383a98

* Update commons-compress to 1.23.0

* Revert commit(s) 5f29d14

* Update commons-compress to 1.23.0

* Revert commit(s) 5aeb741

* Update commons-compress to 1.23.0

* Revert commit(s) 7846fde

* Update commons-compress to 1.23.0
  • Loading branch information
xerial-bot authored May 15, 2023
1 parent 09a91bc commit 7dd5025
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 @@ -36,6 +36,6 @@ testFrameworks += new TestFramework("wvlet.airspec.Framework")

libraryDependencies ++= Seq(
"org.wvlet.airframe" %% "airspec" % "23.5.3" % Test,
"org.apache.commons" % "commons-compress" % "1.22",
"org.apache.commons" % "commons-compress" % "1.23.0",
"org.tukaani" % "xz" % "1.9"
)

0 comments on commit 7dd5025

Please sign in to comment.