[NO ISSUE][MISC] Update dependencies
- io.netty:netty-buffer ............... 4.1.73.Final -> 4.1.78.Final
- io.netty:netty-codec ................ 4.1.73.Final -> 4.1.78.Final
- io.netty:netty-codec-http............ 4.1.73.Final -> 4.1.78.Final
- io.netty:netty-common ............... 4.1.73.Final -> 4.1.78.Final
- io.netty:netty-handler .............. 4.1.73.Final -> 4.1.78.Final
- io.netty:netty-transport ............ 4.1.73.Final -> 4.1.78.Final
Change-Id: I1b979e3894dd2ae705bdb4a3e7da72e9e3b1d69b
Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/16663
Integration-Tests: Jenkins <jenkins@fulliautomatix.ics.uci.edu>
Tested-by: Jenkins <jenkins@fulliautomatix.ics.uci.edu>
Reviewed-by: Michael Blow <mblow@apache.org>
Reviewed-by: Murtadha Hubail <mhubail@apache.org>
diff --git a/hyracks-fullstack/pom.xml b/hyracks-fullstack/pom.xml
index 9355f66..2ab850d 100644
--- a/hyracks-fullstack/pom.xml
+++ b/hyracks-fullstack/pom.xml
@@ -85,32 +85,32 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-buffer</artifactId>
- <version>4.1.73.Final</version>
+ <version>4.1.78.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-common</artifactId>
- <version>4.1.73.Final</version>
+ <version>4.1.78.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec-http</artifactId>
- <version>4.1.73.Final</version>
+ <version>4.1.78.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport</artifactId>
- <version>4.1.73.Final</version>
+ <version>4.1.78.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec</artifactId>
- <version>4.1.73.Final</version>
+ <version>4.1.78.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-handler</artifactId>
- <version>4.1.73.Final</version>
+ <version>4.1.78.Final</version>
</dependency>
<dependency>
<groupId>junit</groupId>