Skip to content

Commit f245dbd

Browse files
authored
Update netty-all to 4.2.6.Final (#4037)
## About this PR 📦 Updates io.netty:netty-all from `4.2.5.Final` to `4.2.6.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/f0dfaa6d8e24b261aeafbc7f99c5325ed9365cf2/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> <!-- scala-steward = { "Update" : { "ForArtifactId" : { "crossDependency" : [ { "groupId" : "io.netty", "artifactId" : { "name" : "netty-all", "maybeCrossName" : null }, "version" : "4.2.5.Final", "sbtVersion" : null, "scalaVersion" : null, "configurations" : null } ], "newerVersions" : [ "4.2.6.Final" ], "newerGroupId" : null, "newerArtifactId" : null } }, "Labels" : [ "library-update" ] } -->
1 parent 16b1ae1 commit f245dbd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -830,7 +830,7 @@ lazy val netty =
830830
name := "airframe-http-netty",
831831
description := "Airframe HTTP Netty backend",
832832
libraryDependencies ++= Seq(
833-
"io.netty" % "netty-all" % "4.2.5.Final"
833+
"io.netty" % "netty-all" % "4.2.6.Final"
834834
)
835835
)
836836
.dependsOn(http.jvm, rx.jvm)

0 commit comments

Comments
 (0)