Skip to content

Commit 41a7faa

Browse files
authored
Update netty-all to 4.1.103.Final (#3302)
## About this PR 📦 Updates io.netty:netty-all from `4.1.102.Final` to `4.1.103.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/b83aae55d9dd000548c3b3c9b63d79636e7b3c8b/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>
1 parent 5fff952 commit 41a7faa

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
@@ -735,7 +735,7 @@ lazy val netty =
735735
name := "airframe-http-netty",
736736
description := "Airframe HTTP Netty backend",
737737
libraryDependencies ++= Seq(
738-
"io.netty" % "netty-all" % "4.1.102.Final"
738+
"io.netty" % "netty-all" % "4.1.103.Final"
739739
)
740740
)
741741
.dependsOn(http.jvm, rx.jvm)

0 commit comments

Comments
 (0)