Skip to content

Commit 0df3600

Browse files
authored
Update netty-all to 4.2.10.Final (#4160)
## About this PR 📦 Updates io.netty:netty-all from `4.2.9.Final` to `4.2.10.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.9.Final", "sbtVersion" : null, "scalaVersion" : null, "configurations" : null } ], "newerVersions" : [ "4.2.10.Final" ], "newerGroupId" : null, "newerArtifactId" : null } }, "Labels" : [ "library-update" ] } -->
1 parent 1b361f3 commit 0df3600

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
@@ -828,7 +828,7 @@ lazy val netty =
828828
name := "airframe-http-netty",
829829
description := "Airframe HTTP Netty backend",
830830
libraryDependencies ++= Seq(
831-
"io.netty" % "netty-all" % "4.2.9.Final"
831+
"io.netty" % "netty-all" % "4.2.10.Final"
832832
)
833833
)
834834
.dependsOn(http.jvm, rx.jvm)

0 commit comments

Comments
 (0)