Skip to content

Commit

Permalink
[FLINK-33617][BuildSystem / Shaded] Upgrade netty-tcnative to 2.0.62.…
Browse files Browse the repository at this point in the history
…Final
  • Loading branch information
snuyanzin authored Nov 27, 2023
1 parent e2dbeaf commit a192a0d
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion flink-shaded-netty-tcnative-dynamic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ under the License.

<properties>
<!-- This is based on the "tcnative.version" property in the netty root pom-->
<netty.tcnative.version>2.0.59.Final</netty.tcnative.version>
<netty.tcnative.version>2.0.62.Final</netty.tcnative.version>
</properties>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ The Apache Software Foundation (http://www.apache.org/).

This project bundles the following dependencies under the Apache Software License 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)

- io.netty:netty-tcnative-classes:2.0.59.Final
- io.netty:netty-tcnative:2.0.59.Final
- io.netty:netty-tcnative:linux-aarch_64-fedora:2.0.59.Final
- io.netty:netty-tcnative:linux-x86_64-fedora:2.0.59.Final
- io.netty:netty-tcnative:linux-x86_64:2.0.59.Final
- io.netty:netty-tcnative:osx-x86_64:2.0.59.Final
- io.netty:netty-tcnative-classes:2.0.62.Final
- io.netty:netty-tcnative:2.0.62.Final
- io.netty:netty-tcnative:linux-aarch_64-fedora:2.0.62.Final
- io.netty:netty-tcnative:linux-x86_64-fedora:2.0.62.Final
- io.netty:netty-tcnative:linux-x86_64:2.0.62.Final
- io.netty:netty-tcnative:osx-x86_64:2.0.62.Final
2 changes: 1 addition & 1 deletion flink-shaded-netty-tcnative-static/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ under the License.

<properties>
<!-- This is based on the "tcnative.version" property in the netty root pom-->
<netty.tcnative.version>2.0.59.Final</netty.tcnative.version>
<netty.tcnative.version>2.0.62.Final</netty.tcnative.version>
</properties>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ The Apache Software Foundation (http://www.apache.org/).

This project bundles the following dependencies under the Apache Software License 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)

- io.netty:netty-tcnative-boringssl-static:2.0.59.Final
- io.netty:netty-tcnative-boringssl-static:linux-aarch_64:2.0.59.Final
- io.netty:netty-tcnative-boringssl-static:linux-x86_64:2.0.59.Final
- io.netty:netty-tcnative-boringssl-static:osx-aarch_64:2.0.59.Final
- io.netty:netty-tcnative-boringssl-static:osx-x86_64:2.0.59.Final
- io.netty:netty-tcnative-boringssl-static:windows-x86_64:2.0.59.Final
- io.netty:netty-tcnative-classes:2.0.59.Final
- io.netty:netty-tcnative-boringssl-static:2.0.62.Final
- io.netty:netty-tcnative-boringssl-static:linux-aarch_64:2.0.62.Final
- io.netty:netty-tcnative-boringssl-static:linux-x86_64:2.0.62.Final
- io.netty:netty-tcnative-boringssl-static:osx-aarch_64:2.0.62.Final
- io.netty:netty-tcnative-boringssl-static:osx-x86_64:2.0.62.Final
- io.netty:netty-tcnative-boringssl-static:windows-x86_64:2.0.62.Final
- io.netty:netty-tcnative-classes:2.0.62.Final

This project bundles the following dependencies under the OpenSSL license.
See bundled license files for details.
Expand Down

0 comments on commit a192a0d

Please sign in to comment.