Skip to content

Commit

Permalink
Update netty-all to 4.1.96.Final (#3074)
Browse files Browse the repository at this point in the history
## About this PR
πŸ“¦ Updates io.netty:netty-all from `4.1.95.Final` to `4.1.96.Final`

## 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>βš™ Adjust future updates</summary>

Add this to your `.scala-steward.conf` file to ignore future updates of
this dependency:
```
updates.ignore = [ { groupId = "io.netty", artifactId = "netty-all" } ]
```
Or, add this to slow down future updates of this dependency:
```
dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "io.netty", artifactId = "netty-all" }
}]
```
</details>

<sup>
labels: library-update
</sup>
  • Loading branch information
xerial-bot committed Jul 28, 2023
1 parent 9c55c5b commit 653965e
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 @@ -712,7 +712,7 @@ lazy val netty =
name := "airframe-http-netty",
description := "Airframe HTTP Netty backend",
libraryDependencies ++= Seq(
"io.netty" % "netty-all" % "4.1.95.Final"
"io.netty" % "netty-all" % "4.1.96.Final"
)
)
.dependsOn(http.jvm, rx.jvm)
Expand Down

0 comments on commit 653965e

Please sign in to comment.