Skip to content

Commit e1e053e

Browse files
authored
Update netty-all to 4.2.0.Final (#3890)
## About this PR 📦 Updates io.netty:netty-all from `4.1.119.Final` to `4.2.0.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/8929fadb6f535472bd63397b1cb55a835fa1b5cb/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.1.119.Final", "sbtVersion" : null, "scalaVersion" : null, "configurations" : null } ], "newerVersions" : [ "4.2.0.Final" ], "newerGroupId" : null, "newerArtifactId" : null } }, "Labels" : [ "library-update" ] } -->
1 parent 189612e commit e1e053e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -834,7 +834,7 @@ lazy val netty =
834834
name := "airframe-http-netty",
835835
description := "Airframe HTTP Netty backend",
836836
libraryDependencies ++= Seq(
837-
"io.netty" % "netty-all" % "4.1.119.Final"
837+
"io.netty" % "netty-all" % "4.2.0.Final"
838838
)
839839
)
840840
.dependsOn(http.jvm, rx.jvm)
@@ -974,7 +974,7 @@ lazy val fluentd =
974974
"org.komamitsu" % "fluency-fluentd" % FLUENCY_VERSION,
975975
"org.komamitsu" % "fluency-treasuredata" % FLUENCY_VERSION
976976
// td-client-java -> json-simple happened to include junit 4.10 [CVE-2020-15250]
977-
exclude ("junit", "junit"),
977+
exclude ("junit", "junit"),
978978
// Necessary for td-client-java, which is used in fluency-treasuredata
979979
"com.fasterxml.jackson.datatype" % "jackson-datatype-json-org" % "2.18.3" % Provided,
980980
"com.fasterxml.jackson.datatype" % "jackson-datatype-jdk8" % "2.18.3" % Provided,

0 commit comments

Comments
 (0)