Skip to content

Commit

Permalink
Update netty-all to 4.1.91.Final (#2817)
Browse files Browse the repository at this point in the history
Updates io.netty:netty-all from 4.1.90.Final to 4.1.91.Final.


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/070634501628558e00a7cd623c97bff1995e59e3/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>

labels: library-update
  • Loading branch information
xerial-bot authored Apr 4, 2023
1 parent e44f62e commit 944fd01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@ lazy val netty =
name := "airframe-http-netty",
description := "Airframe HTTP Netty backend",
libraryDependencies ++= Seq(
"io.netty" % "netty-all" % "4.1.90.Final"
"io.netty" % "netty-all" % "4.1.91.Final"
)
)
.dependsOn(http.jvm, rx.jvm)
Expand Down Expand Up @@ -869,7 +869,7 @@ lazy val parquet =
"org.apache.parquet" % "parquet-hadoop" % PARQUET_VERSION,
"org.apache.hadoop" % "hadoop-client" % "3.3.5" % Provided,
// For S3 support
"org.apache.hadoop" % "hadoop-aws" % "3.3.5" % Provided,
"org.apache.hadoop" % "hadoop-aws" % "3.3.5" % Provided,
"software.amazon.awssdk" % "auth" % "2.20.15" % Provided,
// For Apple Silicon (M1)
"org.xerial.snappy" % "snappy-java" % "1.1.9.1",
Expand Down

0 comments on commit 944fd01

Please sign in to comment.