[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 <ali.al.solaiman@gmail.com>
Integration-Tests: Jenkins <jenkins@fulliautomatix.ics.uci.edu>
Tested-by: Jenkins <jenkins@fulliautomatix.ics.uci.edu>
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 1b4d1f0..f3f7553 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>