kou commented on PR #643: URL: https://github.com/apache/arrow-java/pull/643#issuecomment-2695665867
Should we update "This binary artifact contains Netty XXX" lines? ```diff diff --git a/flight/flight-integration-tests/src/shade/LICENSE.txt b/flight/flight-integration-tests/src/shade/LICENSE.txt index 499a3993..3ea8039b 100644 --- a/flight/flight-integration-tests/src/shade/LICENSE.txt +++ b/flight/flight-integration-tests/src/shade/LICENSE.txt @@ -225,7 +225,7 @@ License: https://www.apache.org/licenses/LICENSE-2.0 -------------------------------------------------------------------------------- -This binary artifact contains Netty 4.1.117.Final. +This binary artifact contains Netty 4.1.119.Final. Copyright: Copyright 2014 The Netty Project Home page: https://netty.io/ diff --git a/flight/flight-sql-jdbc-driver/src/shade/LICENSE.txt b/flight/flight-sql-jdbc-driver/src/shade/LICENSE.txt index 3363121b..a1281b61 100644 --- a/flight/flight-sql-jdbc-driver/src/shade/LICENSE.txt +++ b/flight/flight-sql-jdbc-driver/src/shade/LICENSE.txt @@ -211,7 +211,7 @@ License: https://www.apache.org/licenses/LICENSE-2.0 -------------------------------------------------------------------------------- -This binary artifact contains Netty 4.1.117.Final. +This binary artifact contains Netty 4.1.119.Final. Copyright: Copyright 2014 The Netty Project Home page: https://netty.io/ diff --git a/tools/src/shade/LICENSE.txt b/tools/src/shade/LICENSE.txt index 61fbdf25..3d11d489 100644 --- a/tools/src/shade/LICENSE.txt +++ b/tools/src/shade/LICENSE.txt @@ -203,7 +203,7 @@ -------------------------------------------------------------------------------- -This binary artifact contains Netty 4.1.117.Final. +This binary artifact contains Netty 4.1.119.Final. Copyright: Copyright 2014 The Netty Project Home page: https://netty.io/ ``` It seems that we can automate this... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
