Skip to content

Commit dcab335

Browse files
authored
Update commons-compress to 1.25.0 (#3281)
## About this PR 📦 Updates [org.apache.commons:commons-compress](https://commons.apache.org/proper/commons-compress/) from `1.24.0` to `1.25.0` ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below. Configure Scala Steward for your repository with a [`.scala-steward.conf`](https://github.com/scala-steward-org/scala-steward/blob/b83aae55d9dd000548c3b3c9b63d79636e7b3c8b/docs/repo-specific-configuration.md) file. _Have a fantastic day writing Scala!_ <details> <summary>🔍 Files still referring to the old version number</summary> The following files still refer to the old version number (1.24.0). You might want to review and update them manually. ``` .github/workflows/snapshot.yml website/static/img/undraw_monitor.svg ``` </details> <details> <summary>⚙ Adjust future updates</summary> Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "org.apache.commons", artifactId = "commons-compress" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.apache.commons", artifactId = "commons-compress" } }] ``` </details> <sup> labels: library-update </sup>
1 parent 214ae7a commit dcab335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sbt-airframe/build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ lazy val sbtAirframe =
6262
scalaVersion := SCALA_2_12,
6363
libraryDependencies ++= Seq(
6464
"io.get-coursier" %% "coursier" % "2.1.7",
65-
"org.apache.commons" % "commons-compress" % "1.24.0",
65+
"org.apache.commons" % "commons-compress" % "1.25.0",
6666
"org.wvlet.airframe" %% "airframe-control" % AIRFRAME_VERSION,
6767
"org.wvlet.airframe" %% "airframe-codec" % AIRFRAME_VERSION,
6868
"org.wvlet.airframe" %% "airframe-log" % AIRFRAME_VERSION,

0 commit comments

Comments
 (0)