Skip to content

Commit

Permalink
finagle: Upgrade to Netty 4.1.38.Final
Browse files Browse the repository at this point in the history
Problem/Solution

Upgrade to Netty 4.1.38.Final

JIRA Issues: CSL-8533

Differential Revision: https://phabricator.twitter.biz/D346259
  • Loading branch information
enbnt authored and jenkins committed Jul 31, 2019
1 parent da4a0a2 commit 23532f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -27,6 +27,8 @@ Runtime Behavior Changes

* finagle: Upgrade to Jackson 2.9.9. ``PHAB_ID=D345969``

* finagle: Upgrade to Netty 4.1.38.Final. ``PHAB_ID=D346259``

19.7.0
------

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -6,7 +6,7 @@ val releaseVersion = "19.8.0-SNAPSHOT"

val libthriftVersion = "0.10.0"

val defaultNetty4Version = "4.1.35.Final"
val defaultNetty4Version = "4.1.38.Final"
val defaultNetty4StaticSslVersion = "2.0.25.Final"

val useNettySnapshot: Boolean = sys.env.get("FINAGLE_USE_NETTY_4_SNAPSHOT") match {
Expand Down

0 comments on commit 23532f1

Please sign in to comment.