Skip to content

Commit 1b4caee

Browse files
authored
Update netty-all to 4.1.89.Final (#2754)
Updates io.netty:netty-all from 4.1.87.Final to 4.1.89.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/77e035ef483ebb658433dfa1469671184e511f09/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
1 parent 57a171c commit 1b4caee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@ lazy val netty =
691691
name := "airframe-http-netty",
692692
description := "Airframe HTTP Netty backend",
693693
libraryDependencies ++= Seq(
694-
"io.netty" % "netty-all" % "4.1.87.Final"
694+
"io.netty" % "netty-all" % "4.1.89.Final"
695695
)
696696
)
697697
.dependsOn(http.jvm, rx.jvm)

0 commit comments

Comments
 (0)