From 0750802e937183bb5b59655cf92a73d5c79a95bf Mon Sep 17 00:00:00 2001 From: Sarat Vemulapalli Date: Tue, 4 Jan 2022 11:56:39 -0800 Subject: [PATCH] Updatting Netty to 4.1.72.Final (#1831) (#1835) Signed-off-by: Sarat Vemulapalli --- buildSrc/version.properties | 2 +- .../licenses/netty-buffer-4.1.69.Final.jar.sha1 | 1 - .../licenses/netty-buffer-4.1.72.Final.jar.sha1 | 1 + .../transport-netty4/licenses/netty-codec-4.1.69.Final.jar.sha1 | 1 - .../transport-netty4/licenses/netty-codec-4.1.72.Final.jar.sha1 | 1 + .../licenses/netty-codec-http-4.1.69.Final.jar.sha1 | 1 - .../licenses/netty-codec-http-4.1.72.Final.jar.sha1 | 1 + .../licenses/netty-common-4.1.69.Final.jar.sha1 | 1 - .../licenses/netty-common-4.1.72.Final.jar.sha1 | 1 + .../licenses/netty-handler-4.1.69.Final.jar.sha1 | 1 - .../licenses/netty-handler-4.1.72.Final.jar.sha1 | 1 + .../licenses/netty-resolver-4.1.69.Final.jar.sha1 | 1 - .../licenses/netty-resolver-4.1.72.Final.jar.sha1 | 1 + .../licenses/netty-transport-4.1.69.Final.jar.sha1 | 1 - .../licenses/netty-transport-4.1.72.Final.jar.sha1 | 1 + .../licenses/netty-codec-dns-4.1.69.Final.jar.sha1 | 1 - .../licenses/netty-codec-dns-4.1.72.Final.jar.sha1 | 1 + .../licenses/netty-codec-http2-4.1.69.Final.jar.sha1 | 1 - .../licenses/netty-codec-http2-4.1.72.Final.jar.sha1 | 1 + .../licenses/netty-codec-socks-4.1.69.Final.jar.sha1 | 1 - .../licenses/netty-codec-socks-4.1.72.Final.jar.sha1 | 1 + .../licenses/netty-handler-proxy-4.1.69.Final.jar.sha1 | 1 - .../licenses/netty-handler-proxy-4.1.72.Final.jar.sha1 | 1 + .../licenses/netty-resolver-dns-4.1.69.Final.jar.sha1 | 1 - .../licenses/netty-resolver-dns-4.1.72.Final.jar.sha1 | 1 + .../netty-transport-native-unix-common-4.1.69.Final.jar.sha1 | 1 - .../netty-transport-native-unix-common-4.1.72.Final.jar.sha1 | 1 + .../repository-hdfs/licenses/netty-all-4.1.69.Final.jar.sha1 | 1 - .../repository-hdfs/licenses/netty-all-4.1.72.Final.jar.sha1 | 1 + .../transport-nio/licenses/netty-buffer-4.1.69.Final.jar.sha1 | 1 - .../transport-nio/licenses/netty-buffer-4.1.72.Final.jar.sha1 | 1 + .../transport-nio/licenses/netty-codec-4.1.69.Final.jar.sha1 | 1 - .../transport-nio/licenses/netty-codec-4.1.72.Final.jar.sha1 | 1 + .../licenses/netty-codec-http-4.1.69.Final.jar.sha1 | 1 - .../licenses/netty-codec-http-4.1.72.Final.jar.sha1 | 1 + .../transport-nio/licenses/netty-common-4.1.69.Final.jar.sha1 | 1 - .../transport-nio/licenses/netty-common-4.1.72.Final.jar.sha1 | 1 + .../transport-nio/licenses/netty-handler-4.1.69.Final.jar.sha1 | 1 - .../transport-nio/licenses/netty-handler-4.1.72.Final.jar.sha1 | 1 + .../transport-nio/licenses/netty-resolver-4.1.69.Final.jar.sha1 | 1 - .../transport-nio/licenses/netty-resolver-4.1.72.Final.jar.sha1 | 1 + .../licenses/netty-transport-4.1.69.Final.jar.sha1 | 1 - .../licenses/netty-transport-4.1.72.Final.jar.sha1 | 1 + 43 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 modules/transport-netty4/licenses/netty-buffer-4.1.69.Final.jar.sha1 create mode 100644 modules/transport-netty4/licenses/netty-buffer-4.1.72.Final.jar.sha1 delete mode 100644 modules/transport-netty4/licenses/netty-codec-4.1.69.Final.jar.sha1 create mode 100644 modules/transport-netty4/licenses/netty-codec-4.1.72.Final.jar.sha1 delete mode 100644 modules/transport-netty4/licenses/netty-codec-http-4.1.69.Final.jar.sha1 create mode 100644 modules/transport-netty4/licenses/netty-codec-http-4.1.72.Final.jar.sha1 delete mode 100644 modules/transport-netty4/licenses/netty-common-4.1.69.Final.jar.sha1 create mode 100644 modules/transport-netty4/licenses/netty-common-4.1.72.Final.jar.sha1 delete mode 100644 modules/transport-netty4/licenses/netty-handler-4.1.69.Final.jar.sha1 create mode 100644 modules/transport-netty4/licenses/netty-handler-4.1.72.Final.jar.sha1 delete mode 100644 modules/transport-netty4/licenses/netty-resolver-4.1.69.Final.jar.sha1 create mode 100644 modules/transport-netty4/licenses/netty-resolver-4.1.72.Final.jar.sha1 delete mode 100644 modules/transport-netty4/licenses/netty-transport-4.1.69.Final.jar.sha1 create mode 100644 modules/transport-netty4/licenses/netty-transport-4.1.72.Final.jar.sha1 delete mode 100644 plugins/repository-azure/licenses/netty-codec-dns-4.1.69.Final.jar.sha1 create mode 100644 plugins/repository-azure/licenses/netty-codec-dns-4.1.72.Final.jar.sha1 delete mode 100644 plugins/repository-azure/licenses/netty-codec-http2-4.1.69.Final.jar.sha1 create mode 100644 plugins/repository-azure/licenses/netty-codec-http2-4.1.72.Final.jar.sha1 delete mode 100644 plugins/repository-azure/licenses/netty-codec-socks-4.1.69.Final.jar.sha1 create mode 100644 plugins/repository-azure/licenses/netty-codec-socks-4.1.72.Final.jar.sha1 delete mode 100644 plugins/repository-azure/licenses/netty-handler-proxy-4.1.69.Final.jar.sha1 create mode 100644 plugins/repository-azure/licenses/netty-handler-proxy-4.1.72.Final.jar.sha1 delete mode 100644 plugins/repository-azure/licenses/netty-resolver-dns-4.1.69.Final.jar.sha1 create mode 100644 plugins/repository-azure/licenses/netty-resolver-dns-4.1.72.Final.jar.sha1 delete mode 100644 plugins/repository-azure/licenses/netty-transport-native-unix-common-4.1.69.Final.jar.sha1 create mode 100644 plugins/repository-azure/licenses/netty-transport-native-unix-common-4.1.72.Final.jar.sha1 delete mode 100644 plugins/repository-hdfs/licenses/netty-all-4.1.69.Final.jar.sha1 create mode 100644 plugins/repository-hdfs/licenses/netty-all-4.1.72.Final.jar.sha1 delete mode 100644 plugins/transport-nio/licenses/netty-buffer-4.1.69.Final.jar.sha1 create mode 100644 plugins/transport-nio/licenses/netty-buffer-4.1.72.Final.jar.sha1 delete mode 100644 plugins/transport-nio/licenses/netty-codec-4.1.69.Final.jar.sha1 create mode 100644 plugins/transport-nio/licenses/netty-codec-4.1.72.Final.jar.sha1 delete mode 100644 plugins/transport-nio/licenses/netty-codec-http-4.1.69.Final.jar.sha1 create mode 100644 plugins/transport-nio/licenses/netty-codec-http-4.1.72.Final.jar.sha1 delete mode 100644 plugins/transport-nio/licenses/netty-common-4.1.69.Final.jar.sha1 create mode 100644 plugins/transport-nio/licenses/netty-common-4.1.72.Final.jar.sha1 delete mode 100644 plugins/transport-nio/licenses/netty-handler-4.1.69.Final.jar.sha1 create mode 100644 plugins/transport-nio/licenses/netty-handler-4.1.72.Final.jar.sha1 delete mode 100644 plugins/transport-nio/licenses/netty-resolver-4.1.69.Final.jar.sha1 create mode 100644 plugins/transport-nio/licenses/netty-resolver-4.1.72.Final.jar.sha1 delete mode 100644 plugins/transport-nio/licenses/netty-transport-4.1.69.Final.jar.sha1 create mode 100644 plugins/transport-nio/licenses/netty-transport-4.1.72.Final.jar.sha1 diff --git a/buildSrc/version.properties b/buildSrc/version.properties index 702f343de4d0e..a3bf371373d18 100644 --- a/buildSrc/version.properties +++ b/buildSrc/version.properties @@ -19,7 +19,7 @@ slf4j = 1.6.2 # when updating the JNA version, also update the version in buildSrc/build.gradle jna = 5.5.0 -netty = 4.1.69.Final +netty = 4.1.72.Final joda = 2.10.4 # when updating this version, you need to ensure compatibility with: diff --git a/modules/transport-netty4/licenses/netty-buffer-4.1.69.Final.jar.sha1 b/modules/transport-netty4/licenses/netty-buffer-4.1.69.Final.jar.sha1 deleted file mode 100644 index fc03e8208aaf7..0000000000000 --- a/modules/transport-netty4/licenses/netty-buffer-4.1.69.Final.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -c87da90e422b331ecd1e157ca77e5300348b6d0d \ No newline at end of file diff --git a/modules/transport-netty4/licenses/netty-buffer-4.1.72.Final.jar.sha1 b/modules/transport-netty4/licenses/netty-buffer-4.1.72.Final.jar.sha1 new file mode 100644 index 0000000000000..f1398e52d8c74 --- /dev/null +++ b/modules/transport-netty4/licenses/netty-buffer-4.1.72.Final.jar.sha1 @@ -0,0 +1 @@ +f306eec3f79541f9b8af9c471a0d5b63b7996272 \ No newline at end of file diff --git a/modules/transport-netty4/licenses/netty-codec-4.1.69.Final.jar.sha1 b/modules/transport-netty4/licenses/netty-codec-4.1.69.Final.jar.sha1 deleted file mode 100644 index 331c79c9df830..0000000000000 --- a/modules/transport-netty4/licenses/netty-codec-4.1.69.Final.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -617ecaee8bcb3874234e8c0832843ebbc9e9dcc9 \ No newline at end of file diff --git a/modules/transport-netty4/licenses/netty-codec-4.1.72.Final.jar.sha1 b/modules/transport-netty4/licenses/netty-codec-4.1.72.Final.jar.sha1 new file mode 100644 index 0000000000000..f70b5c0909d7c --- /dev/null +++ b/modules/transport-netty4/licenses/netty-codec-4.1.72.Final.jar.sha1 @@ -0,0 +1 @@ +613c4019d687db4e9a5532564e442f83c4474ed7 \ No newline at end of file diff --git a/modules/transport-netty4/licenses/netty-codec-http-4.1.69.Final.jar.sha1 b/modules/transport-netty4/licenses/netty-codec-http-4.1.69.Final.jar.sha1 deleted file mode 100644 index f9724d5d94f18..0000000000000 --- a/modules/transport-netty4/licenses/netty-codec-http-4.1.69.Final.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -702c6104a716ca9dc8eec6f4459733fdfcbe1959 \ No newline at end of file diff --git a/modules/transport-netty4/licenses/netty-codec-http-4.1.72.Final.jar.sha1 b/modules/transport-netty4/licenses/netty-codec-http-4.1.72.Final.jar.sha1 new file mode 100644 index 0000000000000..8c7611afca886 --- /dev/null +++ b/modules/transport-netty4/licenses/netty-codec-http-4.1.72.Final.jar.sha1 @@ -0,0 +1 @@ +a8f062d67303a5e4b2bc2ad48fb4fd8c99108e45 \ No newline at end of file diff --git a/modules/transport-netty4/licenses/netty-common-4.1.69.Final.jar.sha1 b/modules/transport-netty4/licenses/netty-common-4.1.69.Final.jar.sha1 deleted file mode 100644 index aed96048f0302..0000000000000 --- a/modules/transport-netty4/licenses/netty-common-4.1.69.Final.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -810e0649787c4930a8e699d68eb8519df2560dd0 \ No newline at end of file diff --git a/modules/transport-netty4/licenses/netty-common-4.1.72.Final.jar.sha1 b/modules/transport-netty4/licenses/netty-common-4.1.72.Final.jar.sha1 new file mode 100644 index 0000000000000..bfdf4a5cf8585 --- /dev/null +++ b/modules/transport-netty4/licenses/netty-common-4.1.72.Final.jar.sha1 @@ -0,0 +1 @@ +a55bac9c3af5f59828207b551a96ac19bbfc341e \ No newline at end of file diff --git a/modules/transport-netty4/licenses/netty-handler-4.1.69.Final.jar.sha1 b/modules/transport-netty4/licenses/netty-handler-4.1.69.Final.jar.sha1 deleted file mode 100644 index 2e26b081f7f38..0000000000000 --- a/modules/transport-netty4/licenses/netty-handler-4.1.69.Final.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -73e932059ce8881094cedcfe4a92b8391ffa7b1b \ No newline at end of file diff --git a/modules/transport-netty4/licenses/netty-handler-4.1.72.Final.jar.sha1 b/modules/transport-netty4/licenses/netty-handler-4.1.72.Final.jar.sha1 new file mode 100644 index 0000000000000..d6cc1771a2964 --- /dev/null +++ b/modules/transport-netty4/licenses/netty-handler-4.1.72.Final.jar.sha1 @@ -0,0 +1 @@ +9feee089fee606c64be90c0332db9aef1f7d8e46 \ No newline at end of file diff --git a/modules/transport-netty4/licenses/netty-resolver-4.1.69.Final.jar.sha1 b/modules/transport-netty4/licenses/netty-resolver-4.1.69.Final.jar.sha1 deleted file mode 100644 index da0a22628a169..0000000000000 --- a/modules/transport-netty4/licenses/netty-resolver-4.1.69.Final.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -d4e7b1b8c1e5aeaf41877906b90762f1e0151902 \ No newline at end of file diff --git a/modules/transport-netty4/licenses/netty-resolver-4.1.72.Final.jar.sha1 b/modules/transport-netty4/licenses/netty-resolver-4.1.72.Final.jar.sha1 new file mode 100644 index 0000000000000..d08a6f6e7e42d --- /dev/null +++ b/modules/transport-netty4/licenses/netty-resolver-4.1.72.Final.jar.sha1 @@ -0,0 +1 @@ +4ff458458ea32ed1156086820b624a815fcbf2c0 \ No newline at end of file diff --git a/modules/transport-netty4/licenses/netty-transport-4.1.69.Final.jar.sha1 b/modules/transport-netty4/licenses/netty-transport-4.1.69.Final.jar.sha1 deleted file mode 100644 index 5e0a883f29d66..0000000000000 --- a/modules/transport-netty4/licenses/netty-transport-4.1.69.Final.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -228e5318012edb93138005ebe896b5dd91d4b47d \ No newline at end of file diff --git a/modules/transport-netty4/licenses/netty-transport-4.1.72.Final.jar.sha1 b/modules/transport-netty4/licenses/netty-transport-4.1.72.Final.jar.sha1 new file mode 100644 index 0000000000000..603f145303012 --- /dev/null +++ b/modules/transport-netty4/licenses/netty-transport-4.1.72.Final.jar.sha1 @@ -0,0 +1 @@ +99138b436a584879355aca8fe3c64b46227d5d79 \ No newline at end of file diff --git a/plugins/repository-azure/licenses/netty-codec-dns-4.1.69.Final.jar.sha1 b/plugins/repository-azure/licenses/netty-codec-dns-4.1.69.Final.jar.sha1 deleted file mode 100644 index 59b45d63395ed..0000000000000 --- a/plugins/repository-azure/licenses/netty-codec-dns-4.1.69.Final.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -b232161d2077733086d5a9f496bc6b89563c46f6 \ No newline at end of file diff --git a/plugins/repository-azure/licenses/netty-codec-dns-4.1.72.Final.jar.sha1 b/plugins/repository-azure/licenses/netty-codec-dns-4.1.72.Final.jar.sha1 new file mode 100644 index 0000000000000..c8db6b5611676 --- /dev/null +++ b/plugins/repository-azure/licenses/netty-codec-dns-4.1.72.Final.jar.sha1 @@ -0,0 +1 @@ +43030c869832981a626458073e86070858747e06 \ No newline at end of file diff --git a/plugins/repository-azure/licenses/netty-codec-http2-4.1.69.Final.jar.sha1 b/plugins/repository-azure/licenses/netty-codec-http2-4.1.69.Final.jar.sha1 deleted file mode 100644 index 1ebb294f72480..0000000000000 --- a/plugins/repository-azure/licenses/netty-codec-http2-4.1.69.Final.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -cfd4423c9d19683a6bf37e235830e73ec2f75ec1 \ No newline at end of file diff --git a/plugins/repository-azure/licenses/netty-codec-http2-4.1.72.Final.jar.sha1 b/plugins/repository-azure/licenses/netty-codec-http2-4.1.72.Final.jar.sha1 new file mode 100644 index 0000000000000..710f2136045ee --- /dev/null +++ b/plugins/repository-azure/licenses/netty-codec-http2-4.1.72.Final.jar.sha1 @@ -0,0 +1 @@ +4b269e666fbace27d2c1efa57703e99b09655822 \ No newline at end of file diff --git a/plugins/repository-azure/licenses/netty-codec-socks-4.1.69.Final.jar.sha1 b/plugins/repository-azure/licenses/netty-codec-socks-4.1.69.Final.jar.sha1 deleted file mode 100644 index fa9fc2883fff3..0000000000000 --- a/plugins/repository-azure/licenses/netty-codec-socks-4.1.69.Final.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -d09453d168d4b941ae5e1fd0a68f64fb425ba592 \ No newline at end of file diff --git a/plugins/repository-azure/licenses/netty-codec-socks-4.1.72.Final.jar.sha1 b/plugins/repository-azure/licenses/netty-codec-socks-4.1.72.Final.jar.sha1 new file mode 100644 index 0000000000000..4f9cb69436cdc --- /dev/null +++ b/plugins/repository-azure/licenses/netty-codec-socks-4.1.72.Final.jar.sha1 @@ -0,0 +1 @@ +d3bc427b6e2dc4bb6dc9d18d1cc47f8530970a8b \ No newline at end of file diff --git a/plugins/repository-azure/licenses/netty-handler-proxy-4.1.69.Final.jar.sha1 b/plugins/repository-azure/licenses/netty-handler-proxy-4.1.69.Final.jar.sha1 deleted file mode 100644 index cd87715222215..0000000000000 --- a/plugins/repository-azure/licenses/netty-handler-proxy-4.1.69.Final.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -a3f0750489895740ffbf934504c8a5d86aa75ed3 \ No newline at end of file diff --git a/plugins/repository-azure/licenses/netty-handler-proxy-4.1.72.Final.jar.sha1 b/plugins/repository-azure/licenses/netty-handler-proxy-4.1.72.Final.jar.sha1 new file mode 100644 index 0000000000000..791abf7a66002 --- /dev/null +++ b/plugins/repository-azure/licenses/netty-handler-proxy-4.1.72.Final.jar.sha1 @@ -0,0 +1 @@ +90de0fe610454d4296052ae36acb8a6a1d0333f1 \ No newline at end of file diff --git a/plugins/repository-azure/licenses/netty-resolver-dns-4.1.69.Final.jar.sha1 b/plugins/repository-azure/licenses/netty-resolver-dns-4.1.69.Final.jar.sha1 deleted file mode 100644 index 60f0728e3a9a9..0000000000000 --- a/plugins/repository-azure/licenses/netty-resolver-dns-4.1.69.Final.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -a70c5df588cdafda8974db53de3e6eece164d99f \ No newline at end of file diff --git a/plugins/repository-azure/licenses/netty-resolver-dns-4.1.72.Final.jar.sha1 b/plugins/repository-azure/licenses/netty-resolver-dns-4.1.72.Final.jar.sha1 new file mode 100644 index 0000000000000..a50ef9c68c247 --- /dev/null +++ b/plugins/repository-azure/licenses/netty-resolver-dns-4.1.72.Final.jar.sha1 @@ -0,0 +1 @@ +a2fc945c3688e2b7d6ddb2c25f33832349657fa0 \ No newline at end of file diff --git a/plugins/repository-azure/licenses/netty-transport-native-unix-common-4.1.69.Final.jar.sha1 b/plugins/repository-azure/licenses/netty-transport-native-unix-common-4.1.69.Final.jar.sha1 deleted file mode 100644 index f406e7af4fda4..0000000000000 --- a/plugins/repository-azure/licenses/netty-transport-native-unix-common-4.1.69.Final.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -0b055314f117262c23df91a3874bebf0a53f3e24 \ No newline at end of file diff --git a/plugins/repository-azure/licenses/netty-transport-native-unix-common-4.1.72.Final.jar.sha1 b/plugins/repository-azure/licenses/netty-transport-native-unix-common-4.1.72.Final.jar.sha1 new file mode 100644 index 0000000000000..4530a75b61263 --- /dev/null +++ b/plugins/repository-azure/licenses/netty-transport-native-unix-common-4.1.72.Final.jar.sha1 @@ -0,0 +1 @@ +cedc023ffdcb68543b22a1ebc7960a160589aa09 \ No newline at end of file diff --git a/plugins/repository-hdfs/licenses/netty-all-4.1.69.Final.jar.sha1 b/plugins/repository-hdfs/licenses/netty-all-4.1.69.Final.jar.sha1 deleted file mode 100644 index d8ffd6e46acac..0000000000000 --- a/plugins/repository-hdfs/licenses/netty-all-4.1.69.Final.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -40ad27de2cbd049c2799b48adc68ef48e4b35568 \ No newline at end of file diff --git a/plugins/repository-hdfs/licenses/netty-all-4.1.72.Final.jar.sha1 b/plugins/repository-hdfs/licenses/netty-all-4.1.72.Final.jar.sha1 new file mode 100644 index 0000000000000..dc2119726f690 --- /dev/null +++ b/plugins/repository-hdfs/licenses/netty-all-4.1.72.Final.jar.sha1 @@ -0,0 +1 @@ +86a69bf2f38d9f9f05c528e158f1532d3c6d625e \ No newline at end of file diff --git a/plugins/transport-nio/licenses/netty-buffer-4.1.69.Final.jar.sha1 b/plugins/transport-nio/licenses/netty-buffer-4.1.69.Final.jar.sha1 deleted file mode 100644 index fc03e8208aaf7..0000000000000 --- a/plugins/transport-nio/licenses/netty-buffer-4.1.69.Final.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -c87da90e422b331ecd1e157ca77e5300348b6d0d \ No newline at end of file diff --git a/plugins/transport-nio/licenses/netty-buffer-4.1.72.Final.jar.sha1 b/plugins/transport-nio/licenses/netty-buffer-4.1.72.Final.jar.sha1 new file mode 100644 index 0000000000000..f1398e52d8c74 --- /dev/null +++ b/plugins/transport-nio/licenses/netty-buffer-4.1.72.Final.jar.sha1 @@ -0,0 +1 @@ +f306eec3f79541f9b8af9c471a0d5b63b7996272 \ No newline at end of file diff --git a/plugins/transport-nio/licenses/netty-codec-4.1.69.Final.jar.sha1 b/plugins/transport-nio/licenses/netty-codec-4.1.69.Final.jar.sha1 deleted file mode 100644 index 331c79c9df830..0000000000000 --- a/plugins/transport-nio/licenses/netty-codec-4.1.69.Final.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -617ecaee8bcb3874234e8c0832843ebbc9e9dcc9 \ No newline at end of file diff --git a/plugins/transport-nio/licenses/netty-codec-4.1.72.Final.jar.sha1 b/plugins/transport-nio/licenses/netty-codec-4.1.72.Final.jar.sha1 new file mode 100644 index 0000000000000..f70b5c0909d7c --- /dev/null +++ b/plugins/transport-nio/licenses/netty-codec-4.1.72.Final.jar.sha1 @@ -0,0 +1 @@ +613c4019d687db4e9a5532564e442f83c4474ed7 \ No newline at end of file diff --git a/plugins/transport-nio/licenses/netty-codec-http-4.1.69.Final.jar.sha1 b/plugins/transport-nio/licenses/netty-codec-http-4.1.69.Final.jar.sha1 deleted file mode 100644 index f9724d5d94f18..0000000000000 --- a/plugins/transport-nio/licenses/netty-codec-http-4.1.69.Final.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -702c6104a716ca9dc8eec6f4459733fdfcbe1959 \ No newline at end of file diff --git a/plugins/transport-nio/licenses/netty-codec-http-4.1.72.Final.jar.sha1 b/plugins/transport-nio/licenses/netty-codec-http-4.1.72.Final.jar.sha1 new file mode 100644 index 0000000000000..8c7611afca886 --- /dev/null +++ b/plugins/transport-nio/licenses/netty-codec-http-4.1.72.Final.jar.sha1 @@ -0,0 +1 @@ +a8f062d67303a5e4b2bc2ad48fb4fd8c99108e45 \ No newline at end of file diff --git a/plugins/transport-nio/licenses/netty-common-4.1.69.Final.jar.sha1 b/plugins/transport-nio/licenses/netty-common-4.1.69.Final.jar.sha1 deleted file mode 100644 index aed96048f0302..0000000000000 --- a/plugins/transport-nio/licenses/netty-common-4.1.69.Final.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -810e0649787c4930a8e699d68eb8519df2560dd0 \ No newline at end of file diff --git a/plugins/transport-nio/licenses/netty-common-4.1.72.Final.jar.sha1 b/plugins/transport-nio/licenses/netty-common-4.1.72.Final.jar.sha1 new file mode 100644 index 0000000000000..bfdf4a5cf8585 --- /dev/null +++ b/plugins/transport-nio/licenses/netty-common-4.1.72.Final.jar.sha1 @@ -0,0 +1 @@ +a55bac9c3af5f59828207b551a96ac19bbfc341e \ No newline at end of file diff --git a/plugins/transport-nio/licenses/netty-handler-4.1.69.Final.jar.sha1 b/plugins/transport-nio/licenses/netty-handler-4.1.69.Final.jar.sha1 deleted file mode 100644 index 2e26b081f7f38..0000000000000 --- a/plugins/transport-nio/licenses/netty-handler-4.1.69.Final.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -73e932059ce8881094cedcfe4a92b8391ffa7b1b \ No newline at end of file diff --git a/plugins/transport-nio/licenses/netty-handler-4.1.72.Final.jar.sha1 b/plugins/transport-nio/licenses/netty-handler-4.1.72.Final.jar.sha1 new file mode 100644 index 0000000000000..d6cc1771a2964 --- /dev/null +++ b/plugins/transport-nio/licenses/netty-handler-4.1.72.Final.jar.sha1 @@ -0,0 +1 @@ +9feee089fee606c64be90c0332db9aef1f7d8e46 \ No newline at end of file diff --git a/plugins/transport-nio/licenses/netty-resolver-4.1.69.Final.jar.sha1 b/plugins/transport-nio/licenses/netty-resolver-4.1.69.Final.jar.sha1 deleted file mode 100644 index da0a22628a169..0000000000000 --- a/plugins/transport-nio/licenses/netty-resolver-4.1.69.Final.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -d4e7b1b8c1e5aeaf41877906b90762f1e0151902 \ No newline at end of file diff --git a/plugins/transport-nio/licenses/netty-resolver-4.1.72.Final.jar.sha1 b/plugins/transport-nio/licenses/netty-resolver-4.1.72.Final.jar.sha1 new file mode 100644 index 0000000000000..d08a6f6e7e42d --- /dev/null +++ b/plugins/transport-nio/licenses/netty-resolver-4.1.72.Final.jar.sha1 @@ -0,0 +1 @@ +4ff458458ea32ed1156086820b624a815fcbf2c0 \ No newline at end of file diff --git a/plugins/transport-nio/licenses/netty-transport-4.1.69.Final.jar.sha1 b/plugins/transport-nio/licenses/netty-transport-4.1.69.Final.jar.sha1 deleted file mode 100644 index 5e0a883f29d66..0000000000000 --- a/plugins/transport-nio/licenses/netty-transport-4.1.69.Final.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -228e5318012edb93138005ebe896b5dd91d4b47d \ No newline at end of file diff --git a/plugins/transport-nio/licenses/netty-transport-4.1.72.Final.jar.sha1 b/plugins/transport-nio/licenses/netty-transport-4.1.72.Final.jar.sha1 new file mode 100644 index 0000000000000..603f145303012 --- /dev/null +++ b/plugins/transport-nio/licenses/netty-transport-4.1.72.Final.jar.sha1 @@ -0,0 +1 @@ +99138b436a584879355aca8fe3c64b46227d5d79 \ No newline at end of file