Skip to content

Commit

Permalink
[FLINK-25016][build] Upgrade to Netty 4.1.70
Browse files Browse the repository at this point in the history
  • Loading branch information
zentol committed Jan 28, 2022
1 parent 53c3525 commit 3d519b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -320,13 +320,13 @@ under the License.
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-shaded-netty</artifactId>
<version>4.1.65.Final-14.0</version>
<version>4.1.70.Final-${flink.shaded.version}</version>
</dependency>

<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-shaded-netty-tcnative-dynamic</artifactId>
<version>2.0.39.Final-14.0</version>
<version>2.0.44.Final-${flink.shaded.version}</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit 3d519b1

Please sign in to comment.