Skip to content

Commit

Permalink
Update commons-compress to 1.25.0 (#3281)
Browse files Browse the repository at this point in the history
## 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>
  • Loading branch information
xerial-bot authored Nov 16, 2023
1 parent 214ae7a commit dcab335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sbt-airframe/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ lazy val sbtAirframe =
scalaVersion := SCALA_2_12,
libraryDependencies ++= Seq(
"io.get-coursier" %% "coursier" % "2.1.7",
"org.apache.commons" % "commons-compress" % "1.24.0",
"org.apache.commons" % "commons-compress" % "1.25.0",
"org.wvlet.airframe" %% "airframe-control" % AIRFRAME_VERSION,
"org.wvlet.airframe" %% "airframe-codec" % AIRFRAME_VERSION,
"org.wvlet.airframe" %% "airframe-log" % AIRFRAME_VERSION,
Expand Down

0 comments on commit dcab335

Please sign in to comment.