Skip to content

Commit

Permalink
Update Netty from 4.1.77 to 4.1.85 (moquette-io#696)
Browse files Browse the repository at this point in the history
Update Netty's tc-native from 2.0.52 to 2.0.54
  • Loading branch information
andsel committed Jun 3, 2023
1 parent b8bbc1e commit a64849a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions broker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<netty.version>4.1.77.Final</netty.version>
<!-- Check Netty pom.xm to know the right version of tcnative, for example
https://github.com/netty/netty/blob/netty-4.1.73.Final/pom.xml#L531 -->
<netty.tcnative.version>2.0.52.Final</netty.tcnative.version>
<netty.version>4.1.85.Final</netty.version>
<!-- Check Netty pom.xml to know the right version of tcnative, for example
https://github.com/netty/netty/blob/netty-4.1.85.Final/pom.xml#L594 -->
<netty.tcnative.version>2.0.54.Final</netty.tcnative.version>
<paho.version>1.2.5</paho.version>
<h2.version>2.1.212</h2.version>
</properties>
Expand Down

0 comments on commit a64849a

Please sign in to comment.