This is an automated email from the ASF dual-hosted git repository. mblow pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/asterixdb.git
commit cf40ec43410fb98533cfcb493f184f468a8f8d24 Author: Michael Blow <[email protected]> AuthorDate: Fri Jul 14 15:17:09 2023 -0400 [NO ISSUE] Update dependencies - io.netty:netty-buffer ............... 4.1.87.Final -> 4.1.94.Final - io.netty:netty-codec ................ 4.1.87.Final -> 4.1.94.Final - io.netty:netty-codec-http ........... 4.1.87.Final -> 4.1.94.Final - io.netty:netty-common ............... 4.1.87.Final -> 4.1.94.Final - io.netty:netty-handler .............. 4.1.87.Final -> 4.1.94.Final - io.netty:netty-transport ............ 4.1.87.Final -> 4.1.94.Final Change-Id: I910f277f2e11df3cfe768312d032544c1a43e7a7 Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/17642 Reviewed-by: Ali Alsuliman <[email protected]> Integration-Tests: Jenkins <[email protected]> Tested-by: Jenkins <[email protected]> --- ...sercontent.com_netty_netty_netty-4.1.94.Final_NOTICE.txt} | 0 hyracks-fullstack/pom.xml | 12 ++++++------ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/asterixdb/src/main/licenses/content/raw.githubusercontent.com_netty_netty_netty-4.1.87.Final_NOTICE.txt b/asterixdb/src/main/licenses/content/raw.githubusercontent.com_netty_netty_netty-4.1.94.Final_NOTICE.txt similarity index 100% rename from asterixdb/src/main/licenses/content/raw.githubusercontent.com_netty_netty_netty-4.1.87.Final_NOTICE.txt rename to asterixdb/src/main/licenses/content/raw.githubusercontent.com_netty_netty_netty-4.1.94.Final_NOTICE.txt diff --git a/hyracks-fullstack/pom.xml b/hyracks-fullstack/pom.xml index 1b4d1f01cd..f3f75532e2 100644 --- a/hyracks-fullstack/pom.xml +++ b/hyracks-fullstack/pom.xml @@ -86,32 +86,32 @@ <dependency> <groupId>io.netty</groupId> <artifactId>netty-buffer</artifactId> - <version>4.1.87.Final</version> + <version>4.1.94.Final</version> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-common</artifactId> - <version>4.1.87.Final</version> + <version>4.1.94.Final</version> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-codec-http</artifactId> - <version>4.1.87.Final</version> + <version>4.1.94.Final</version> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-transport</artifactId> - <version>4.1.87.Final</version> + <version>4.1.94.Final</version> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-codec</artifactId> - <version>4.1.87.Final</version> + <version>4.1.94.Final</version> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-handler</artifactId> - <version>4.1.87.Final</version> + <version>4.1.94.Final</version> </dependency> <dependency> <groupId>junit</groupId>
