diff --git a/LICENSE-binary b/LICENSE-binary index de8df181fc3d1..34070c178dcc3 100644 --- a/LICENSE-binary +++ b/LICENSE-binary @@ -261,17 +261,40 @@ io.grpc:grpc-protobuf:1.26.0 io.grpc:grpc-protobuf-lite:1.26.0 io.grpc:grpc-stub:1.26.0 io.netty:netty:3.10.6.Final -io.netty:netty-all:4.1.42.Final -io.netty:netty-buffer:4.1.27.Final -io.netty:netty-codec:4.1.27.Final -io.netty:netty-codec-http:4.1.27.Final -io.netty:netty-codec-http2:4.1.27.Final -io.netty:netty-codec-socks:4.1.27.Final -io.netty:netty-common:4.1.27.Final -io.netty:netty-handler:4.1.27.Final -io.netty:netty-handler-proxy:4.1.27.Final -io.netty:netty-resolver:4.1.27.Final -io.netty:netty-transport:4.1.27.Final +io.netty:netty-all:4.1.72.Final +io.netty:netty-buffer:jar:4.1.72.Final +io.netty:netty-codec:jar:4.1.72.Final +io.netty:netty-codec-dns:jar:4.1.72.Final +io.netty:netty-codec-haproxy:jar:4.1.72.Final +io.netty:netty-codec-http:jar:4.1.72.Final +io.netty:netty-codec-http2:jar:4.1.72.Final +io.netty:netty-codec-memcache:jar:4.1.72.Final +io.netty:netty-codec-mqtt:jar:4.1.72.Final +io.netty:netty-codec-redis:jar:4.1.72.Final +io.netty:netty-codec-smtp:jar:4.1.72.Final +io.netty:netty-codec-socks:jar:4.1.72.Final +io.netty:netty-codec-stomp:jar:4.1.72.Final +io.netty:netty-codec-xml:jar:4.1.72.Final +io.netty:netty-common:jar:4.1.72.Final +io.netty:netty-handler:jar:4.1.72.Final +io.netty:netty-tcnative-classes:jar:2.0.46.Final +io.netty:netty-handler-proxy:jar:4.1.72.Final +io.netty:netty-resolver:jar:4.1.72.Final +io.netty:netty-resolver-dns:jar:4.1.72.Final +io.netty:netty-transport:jar:4.1.72.Final +io.netty:netty-transport-rxtx:jar:4.1.72.Final +io.netty:netty-transport-sctp:jar:4.1.72.Final +io.netty:netty-transport-udt:jar:4.1.72.Final +io.netty:netty-transport-classes-epoll:jar:4.1.72.Final +io.netty:netty-transport-native-unix-common:jar:4.1.72.Final +io.netty:netty-transport-classes-kqueue:jar:4.1.72.Final +io.netty:netty-resolver-dns-classes-macos:jar:4.1.72.Final +io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.72.Final +io.netty:netty-transport-native-epoll:jar:linux-aarch_64:4.1.72.Final +io.netty:netty-transport-native-kqueue:jar:osx-x86_64:4.1.72.Final +io.netty:netty-transport-native-kqueue:jar:osx-aarch_64:4.1.72.Final +io.netty:netty-resolver-dns-native-macos:jar:osx-x86_64:4.1.72.Final +io.netty:netty-resolver-dns-native-macos:jar:osx-aarch_64:4.1.72.Final io.opencensus:opencensus-api:0.12.3 io.opencensus:opencensus-contrib-grpc-metrics:0.12.3 io.reactivex:rxjava:1.3.8 diff --git a/hadoop-hdfs-project/hadoop-hdfs-client/pom.xml b/hadoop-hdfs-project/hadoop-hdfs-client/pom.xml index c4e65ef811dbf..233d96c059230 100644 --- a/hadoop-hdfs-project/hadoop-hdfs-client/pom.xml +++ b/hadoop-hdfs-project/hadoop-hdfs-client/pom.xml @@ -89,6 +89,10 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd"> io.netty netty-codec-http + + io.netty + netty-codec-socks + io.netty netty-common @@ -97,6 +101,10 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd"> io.netty netty-handler + + io.netty + netty-handler-proxy + io.netty netty-transport diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml index 0a84f89a723fd..0261948bbdca3 100644 --- a/hadoop-project/pom.xml +++ b/hadoop-project/pom.xml @@ -142,7 +142,7 @@ 2.8.9 3.2.4 3.10.6.Final - 4.1.68.Final + 4.1.72.Final 1.1.8.2 1.7.1 diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-catalog/hadoop-yarn-applications-catalog-webapp/pom.xml b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-catalog/hadoop-yarn-applications-catalog-webapp/pom.xml index a36169d645b85..9bd4197e329cd 100644 --- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-catalog/hadoop-yarn-applications-catalog-webapp/pom.xml +++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-catalog/hadoop-yarn-applications-catalog-webapp/pom.xml @@ -102,6 +102,38 @@ solr-solrj ${solr.version} + + io.netty + netty-buffer + + + io.netty + netty-codec + + + io.netty + netty-common + + + io.netty + netty-handler + + + io.netty + netty-resolver + + + io.netty + netty-transport + + + io.netty + netty-transport-native-epoll + + + io.netty + netty-transport-native-unix-common + org.slf4j jcl-over-slf4j @@ -130,6 +162,38 @@ solr-core ${solr.version} + + io.netty + netty-buffer + + + io.netty + netty-codec + + + io.netty + netty-common + + + io.netty + netty-handler + + + io.netty + netty-resolver + + + io.netty + netty-transport + + + io.netty + netty-transport-native-epoll + + + io.netty + netty-transport-native-unix-common + org.slf4j jcl-over-slf4j @@ -159,6 +223,38 @@ solr-test-framework ${solr.version} + + io.netty + netty-buffer + + + io.netty + netty-codec + + + io.netty + netty-common + + + io.netty + netty-handler + + + io.netty + netty-resolver + + + io.netty + netty-transport + + + io.netty + netty-transport-native-epoll + + + io.netty + netty-transport-native-unix-common + org.slf4j jcl-over-slf4j