Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -41,20 +41,20 @@ This project bundles the following dependencies under the Apache Software Licens
- org.apache.httpcomponents:httpclient:4.5.13
- org.apache.httpcomponents:httpcore:4.4.14
- commons-logging:commons-logging:1.1.3
- io.netty:netty-buffer:4.2.12.Final
- io.netty:netty-codec:4.2.12.Final
- io.netty:netty-codec-base:4.2.12.Final
- io.netty:netty-codec-compression:4.2.12.Final
- io.netty:netty-codec-http:4.2.12.Final
- io.netty:netty-codec-http2:4.2.12.Final
- io.netty:netty-codec-marshalling:4.2.12.Final
- io.netty:netty-codec-protobuf:4.2.12.Final
- io.netty:netty-common:4.2.12.Final
- io.netty:netty-handler:4.2.12.Final
- io.netty:netty-resolver:4.2.12.Final
- io.netty:netty-transport:4.2.12.Final
- io.netty:netty-transport-classes-epoll:4.2.12.Final
- io.netty:netty-transport-native-unix-common:4.2.12.Final
- io.netty:netty-buffer:4.2.13.Final
- io.netty:netty-codec:4.2.13.Final
- io.netty:netty-codec-base:4.2.13.Final
- io.netty:netty-codec-compression:4.2.13.Final
- io.netty:netty-codec-http:4.2.13.Final
- io.netty:netty-codec-http2:4.2.13.Final
- io.netty:netty-codec-marshalling:4.2.13.Final
- io.netty:netty-codec-protobuf:4.2.13.Final
- io.netty:netty-common:4.2.13.Final
- io.netty:netty-handler:4.2.13.Final
- io.netty:netty-resolver:4.2.13.Final
- io.netty:netty-transport:4.2.13.Final
- io.netty:netty-transport-classes-epoll:4.2.13.Final
- io.netty:netty-transport-native-unix-common:4.2.13.Final

This project bundles the following dependencies under the MIT License (https://opensource.org/licenses/MIT)

Expand Down
4 changes: 2 additions & 2 deletions flink-python/src/main/resources/META-INF/NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ The bundled Apache Beam dependencies bundle the following dependencies under the
- io.grpc:grpc-protobuf:1.59.1
- io.grpc:grpc-stub:1.59.1
- io.grpc:grpc-testing:1.59.1
- io.netty:netty-buffer:4.2.12.Final
- io.netty:netty-common:4.2.12.Final
- io.netty:netty-buffer:4.2.13.Final
- io.netty:netty-common:4.2.13.Final
- io.opencensus:opencensus-api:0.31.0
- io.opencensus:opencensus-contrib-grpc-metrics:0.31.0
- io.perfmark:perfmark-api:0.26.0
Expand Down
14 changes: 7 additions & 7 deletions flink-rpc/flink-rpc-akka/src/main/resources/META-INF/NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ This project bundles the following dependencies under the Apache Software Licens
- org.apache.pekko:pekko-protobuf-v3_2.12:1.4.0
- org.apache.pekko:pekko-slf4j_2.12:1.4.0
- org.apache.pekko:pekko-stream_2.12:1.4.0
- io.netty:netty-buffer:4.2.12.Final
- io.netty:netty-transport-native-unix-common:4.2.12.Final
- io.netty:netty-common:4.2.12.Final
- io.netty:netty-codec-base:4.2.12.Final
- io.netty:netty-handler:4.2.12.Final
- io.netty:netty-resolver:4.2.12.Final
- io.netty:netty-transport:4.2.12.Final
- io.netty:netty-buffer:4.2.13.Final
- io.netty:netty-transport-native-unix-common:4.2.13.Final
- io.netty:netty-common:4.2.13.Final
- io.netty:netty-codec-base:4.2.13.Final
- io.netty:netty-handler:4.2.13.Final
- io.netty:netty-resolver:4.2.13.Final
- io.netty:netty-transport:4.2.13.Final


The following dependencies all share the same BSD license which you find under licenses/LICENSE.scala.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -914,7 +914,7 @@ under the License.
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-bom</artifactId>
<version>4.2.12.Final</version>
<version>4.2.13.Final</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down