You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by ni...@apache.org on 2022/01/03 18:59:47 UTC

[incubator-heron] branch nicknezis/netty-version-bump created (now 5f90edd)

This is an automated email from the ASF dual-hosted git repository.

nicknezis pushed a change to branch nicknezis/netty-version-bump
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git.


      at 5f90edd  Updated Netty library to 4.1.71

This branch includes the following new commits:

     new 5f90edd  Updated Netty library to 4.1.71

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[incubator-heron] 01/01: Updated Netty library to 4.1.71

Posted by ni...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

nicknezis pushed a commit to branch nicknezis/netty-version-bump
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git

commit 5f90eddacf7584134fa926f972d512328a36629b
Author: Nicholas Nezis <ni...@gmail.com>
AuthorDate: Mon Jan 3 13:59:39 2022 -0500

    Updated Netty library to 4.1.71
---
 WORKSPACE | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/WORKSPACE b/WORKSPACE
index 58fa50c..2d3fc4e 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -97,7 +97,7 @@ maven_install(
         "org.glassfish.jersey.media:jersey-media-multipart:" + jersey_version,
         "org.glassfish.jersey.containers:jersey-container-servlet:" + jersey_version,
         "org.apache.distributedlog:distributedlog-core:" + distributedlog_version,
-        "io.netty:netty-all:4.1.70.Final",
+        "io.netty:netty-all:4.1.71.Final",
         "aopalliance:aopalliance:1.0",
         "org.roaringbitmap:RoaringBitmap:0.6.51",
         "com.google.guava:guava:23.6-jre",