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

jackie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git


The following commit(s) were added to refs/heads/master by this push:
     new 91c2ebb  [issue-8297] upgrade netty (#8346)
91c2ebb is described below

commit 91c2ebbf297c4bf3fecb5f98413e9f00e324e2dc
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Mar 14 18:06:36 2022 +0100

    [issue-8297] upgrade netty (#8346)
---
 pinot-plugins/pinot-file-system/pinot-s3/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pinot-plugins/pinot-file-system/pinot-s3/pom.xml 
b/pinot-plugins/pinot-file-system/pinot-s3/pom.xml
index 8d37e4e..65af26e 100644
--- a/pinot-plugins/pinot-file-system/pinot-s3/pom.xml
+++ b/pinot-plugins/pinot-file-system/pinot-s3/pom.xml
@@ -36,7 +36,7 @@
   <properties>
     <pinot.root>${basedir}/../../..</pinot.root>
     <aws.sdk.version>2.14.28</aws.sdk.version>
-    <netty.version>4.1.54.Final</netty.version>
+    <netty.version>4.1.74.Final</netty.version>
     <http.client.version>4.5.13</http.client.version>
     <http.core.version>4.4.13</http.core.version>
     <s3mock.version>2.1.19</s3mock.version>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to