Skip to content

Commit

Permalink
Update netty monorepo to v4.1.98.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 21, 2023
1 parent e1a811f commit 648ccb8
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion flink-connectors/flink-connector-hbase-1.4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ under the License.
<!-- Bump hbase netty dependency -->
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>4.1.97.Final</version>
<version>4.1.98.Final</version>
</dependency>

<!--
Expand Down
2 changes: 1 addition & 1 deletion flink-connectors/flink-connector-hbase-2.2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ under the License.
<!-- Bump hbase netty dependency -->
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>4.1.97.Final</version>
<version>4.1.98.Final</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion flink-connectors/flink-connector-hbase-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ under the License.
<!-- Bump hbase netty dependency -->
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>4.1.97.Final</version>
<version>4.1.98.Final</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions flink-connectors/flink-connector-hive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1124,15 +1124,15 @@ under the License.
<!-- Bump arrow netty dependency -->
<groupId>io.netty</groupId>
<artifactId>netty-buffer</artifactId>
<version>4.1.97.Final</version>
<version>4.1.98.Final</version>
<scope>provided</scope>
</dependency>

<dependency>
<!-- Bump arrow netty dependency -->
<groupId>io.netty</groupId>
<artifactId>netty-common</artifactId>
<version>4.1.97.Final</version>
<version>4.1.98.Final</version>
<scope>provided</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion flink-connectors/flink-connector-pulsar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ under the License.
<protobuf-maven-plugin.version>0.6.1</protobuf-maven-plugin.version>
<os-maven-plugin.version>1.7.1</os-maven-plugin.version>
<pulsar-commons-lang3.version>3.13.0</pulsar-commons-lang3.version>
<pulsar-netty.version>4.1.97.Final</pulsar-netty.version>
<pulsar-netty.version>4.1.98.Final</pulsar-netty.version>
<pulsar-grpc.version>1.58.0</pulsar-grpc.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@ under the License.
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-bom</artifactId>
<version>4.1.97.Final</version>
<version>4.1.98.Final</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 648ccb8

Please sign in to comment.