Skip to content

Commit bd0b174

Browse files
Update netty-codec-http, netty-handler, ... to 4.2.10.Final (#406)
## About this PR 📦 Updates * [io.netty:netty-codec-http](https://github.com/netty/netty) * [io.netty:netty-handler](https://github.com/netty/netty) * [io.netty:netty-transport-native-epoll](https://github.com/netty/netty) 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/eaf4ea2f476b6b4988670d6cb6d9f9355e58780e/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" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "io.netty" } }] ``` </details> <sup> labels: library-update, commit-count:1 </sup> <!-- scala-steward = { "Update" : { "ForGroupId" : { "forArtifactIds" : [ { "ForArtifactId" : { "crossDependency" : [ { "groupId" : "io.netty", "artifactId" : { "name" : "netty-codec-http", "maybeCrossName" : null }, "version" : "4.2.9.Final", "sbtVersion" : null, "scalaVersion" : null, "configurations" : null } ], "newerVersions" : [ "4.2.10.Final" ], "newerGroupId" : null, "newerArtifactId" : null } }, { "ForArtifactId" : { "crossDependency" : [ { "groupId" : "io.netty", "artifactId" : { "name" : "netty-handler", "maybeCrossName" : null }, "version" : "4.2.9.Final", "sbtVersion" : null, "scalaVersion" : null, "configurations" : null } ], "newerVersions" : [ "4.2.10.Final" ], "newerGroupId" : null, "newerArtifactId" : null } }, { "ForArtifactId" : { "crossDependency" : [ { "groupId" : "io.netty", "artifactId" : { "name" : "netty-transport-native-epoll", "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", "commit-count:1" ] } --> Co-authored-by: scala-steward <leo+bot@xerial.org>
1 parent 6d375ea commit bd0b174

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
@@ -221,7 +221,7 @@ lazy val bedrock = project
221221
)
222222
.dependsOn(agent, test.jvm % Test)
223223

224-
val NETTY_VERSION = "4.2.9.Final"
224+
val NETTY_VERSION = "4.2.10.Final"
225225

226226
lazy val netty = project
227227
.in(file("uni-netty"))

0 commit comments

Comments
 (0)