IGNITE-15265 Rename property for Netty & Netty dependency update (#9304)

* IGNITE-15238 Add a reference on data partitioning deep-dive documentation (#9295)

* IGNITE-15265 Netty dependency update

* Revert "IGNITE-15238 Add a reference on data partitioning deep-dive documentation (#9295)"

This reverts commit 92dd35ea

* IGNITE-15265 rename&&update netty dependency

Co-authored-by: Nikita Safonov <73828260+Nikita-tech-writer@users.noreply.github.com>
Co-authored-by: nao-it <nao-it@ya.ru>
diff --git a/modules/azure/pom.xml b/modules/azure/pom.xml
index 080c835..850f4ed 100644
--- a/modules/azure/pom.xml
+++ b/modules/azure/pom.xml
@@ -162,91 +162,91 @@
         <dependency>
             <groupId>io.netty</groupId>
             <artifactId>netty-buffer</artifactId>
-            <version>${azure.netty.version}</version>
+            <version>${netty.version}</version>
         </dependency>
 
         <!-- https://mvnrepository.com/artifact/io.netty/netty-codec -->
         <dependency>
             <groupId>io.netty</groupId>
             <artifactId>netty-codec</artifactId>
-            <version>${azure.netty.version}</version>
+            <version>${netty.version}</version>
         </dependency>
 
         <!-- https://mvnrepository.com/artifact/io.netty/netty-codec-http2 -->
         <dependency>
             <groupId>io.netty</groupId>
             <artifactId>netty-codec-http2</artifactId>
-            <version>${azure.netty.version}</version>
+            <version>${netty.version}</version>
         </dependency>
 
         <!-- https://mvnrepository.com/artifact/io.netty/netty-codec-http -->
         <dependency>
             <groupId>io.netty</groupId>
             <artifactId>netty-codec-http</artifactId>
-            <version>${azure.netty.version}</version>
+            <version>${netty.version}</version>
         </dependency>
 
         <!-- https://mvnrepository.com/artifact/io.netty/netty-codec-socks -->
         <dependency>
             <groupId>io.netty</groupId>
             <artifactId>netty-codec-socks</artifactId>
-            <version>${azure.netty.version}</version>
+            <version>${netty.version}</version>
         </dependency>
 
         <!-- https://mvnrepository.com/artifact/io.netty/netty-common -->
         <dependency>
             <groupId>io.netty</groupId>
             <artifactId>netty-common</artifactId>
-            <version>${azure.netty.version}</version>
+            <version>${netty.version}</version>
         </dependency>
 
         <!-- https://mvnrepository.com/artifact/io.netty/netty-handler -->
         <dependency>
             <groupId>io.netty</groupId>
             <artifactId>netty-handler</artifactId>
-            <version>${azure.netty.version}</version>
+            <version>${netty.version}</version>
         </dependency>
 
         <!-- https://mvnrepository.com/artifact/io.netty/netty-handler-proxy -->
         <dependency>
             <groupId>io.netty</groupId>
             <artifactId>netty-handler-proxy</artifactId>
-            <version>${azure.netty.version}</version>
+            <version>${netty.version}</version>
         </dependency>
 
         <!-- https://mvnrepository.com/artifact/io.netty/netty-resolver -->
         <dependency>
             <groupId>io.netty</groupId>
             <artifactId>netty-resolver</artifactId>
-            <version>${azure.netty.version}</version>
+            <version>${netty.version}</version>
         </dependency>
 
         <!-- https://mvnrepository.com/artifact/io.netty/netty-transport -->
         <dependency>
             <groupId>io.netty</groupId>
             <artifactId>netty-transport</artifactId>
-            <version>${azure.netty.version}</version>
+            <version>${netty.version}</version>
         </dependency>
 
         <!-- https://mvnrepository.com/artifact/io.netty/netty-transport-native-epoll -->
         <dependency>
             <groupId>io.netty</groupId>
             <artifactId>netty-transport-native-epoll</artifactId>
-            <version>${azure.netty.version}</version>
+            <version>${netty.version}</version>
         </dependency>
 
         <!-- https://mvnrepository.com/artifact/io.netty/netty-transport-native-kqueue -->
         <dependency>
             <groupId>io.netty</groupId>
             <artifactId>netty-transport-native-kqueue</artifactId>
-            <version>${azure.netty.version}</version>
+            <version>${netty.version}</version>
         </dependency>
 
         <!-- https://mvnrepository.com/artifact/io.netty/netty-transport-native-unix-common -->
         <dependency>
             <groupId>io.netty</groupId>
             <artifactId>netty-transport-native-unix-common</artifactId>
-            <version>${azure.netty.version}</version>
+            <version>${netty.version}</version>
         </dependency>
 
         <dependency>
diff --git a/modules/cassandra/store/pom.xml b/modules/cassandra/store/pom.xml
index d2e434e9..1c55e70 100644
--- a/modules/cassandra/store/pom.xml
+++ b/modules/cassandra/store/pom.xml
@@ -38,7 +38,6 @@
         <commons-beanutils.version>1.9.4</commons-beanutils.version>
         <cassandra-driver.version>3.2.0</cassandra-driver.version>
         <cassandra-all.version>3.11.3</cassandra-all.version>
-        <netty.version>4.1.27.Final</netty.version>
         <metrics-core.version>3.0.2</metrics-core.version>
     </properties>
 
diff --git a/parent/pom.xml b/parent/pom.xml
index 5592a84..4ee317b 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -55,7 +55,7 @@
         <aws.sdk.bundle.version>1.10.12_1</aws.sdk.bundle.version>
         <aws.sdk.version>1.11.75</aws.sdk.version>
         <azure.sdk.version>12.0.0</azure.sdk.version>
-        <azure.netty.version>4.1.54.Final</azure.netty.version>
+        <netty.version>4.1.66.Final</netty.version>
         <camel.version>2.22.0</camel.version>
         <aws.encryption.sdk.version>1.3.2</aws.encryption.sdk.version>
         <bouncycastle.version>1.60</bouncycastle.version>