Skip to content

Commit

Permalink
Upgrade netty version and use netty-tcnative version from netty-bom (…
Browse files Browse the repository at this point in the history
…5.3.z) (#25174)

Backports #25173
  • Loading branch information
kwart committed Aug 10, 2023
1 parent 6dfbead commit 9a8365f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
<reload4j.version>1.2.24</reload4j.version>
<log4j2.version>2.20.0</log4j2.version>
<mysql.connector.version>8.0.30</mysql.connector.version>
<netty.version>4.1.91.Final</netty.version>
<netty.version>4.1.96.Final</netty.version>
<objenesis.version>3.3</objenesis.version>
<osgi.version>4.2.0</osgi.version>
<parquet.version>1.13.0</parquet.version>
Expand Down Expand Up @@ -1964,11 +1964,6 @@
<artifactId>wildfly-openssl</artifactId>
<version>1.1.3.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-tcnative-classes</artifactId>
<version>2.0.60.Final</version>
</dependency>
<dependency>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client</artifactId>
Expand Down

0 comments on commit 9a8365f

Please sign in to comment.