Skip to content

Commit

Permalink
Upgrade netty to 4.1.100
Browse files Browse the repository at this point in the history
Problem/Solution: upgrade netty to 4.1.100

JIRA Issues: TFE-10183, VULN-23591

Differential Revision: https://phabricator.twitter.biz/D1104016
  • Loading branch information
WUMUXIAN authored and jenkins committed Oct 16, 2023
1 parent ec91b84 commit cfe3984
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -17,6 +17,8 @@ New Features
Runtime Behavior Changes
~~~~~~~~~~~~~~~~~~~~~~~~

* finagle: Bump netty to 4.1.100 and netty-tcnative to 2.0.61.Final. ``PHAB_ID=D1104016``

* finagle: Bump version of Jackson to 2.14.2. ``PHAB_ID=D1049772``

* finagle: Update JSqlParser to version 4.6 ``PHAB_ID=D1054717``
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Expand Up @@ -8,8 +8,8 @@ val releaseVersion = "23.9.0-SNAPSHOT"

val libthriftVersion = "0.10.0"

val defaultNetty4Version = "4.1.78.Final"
val defaultNetty4StaticSslVersion = "2.0.53.Final"
val defaultNetty4Version = "4.1.100.Final"
val defaultNetty4StaticSslVersion = "2.0.61.Final"

val useNettySnapshot: Boolean = sys.env.get("FINAGLE_USE_NETTY_4_SNAPSHOT") match {
case Some(useSnapshot) => useSnapshot.toBoolean
Expand Down

0 comments on commit cfe3984

Please sign in to comment.