Skip to content

Commit

Permalink
Update Netty to 4.1.116 and H2 to 2.1.214 (#886)
Browse files Browse the repository at this point in the history
  • Loading branch information
andsel committed Dec 27, 2024
1 parent 749f107 commit 61aa850
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,14 +14,14 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<netty.version>4.1.100.Final</netty.version>
<netty.version>4.1.116.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.100.Final/pom.xml#L650 -->
<netty.tcnative.version>2.0.61.Final</netty.tcnative.version>
https://github.com/netty/netty/blob/netty-4.1.116.Final/pom.xml#L740 -->
<netty.tcnative.version>2.0.69.Final</netty.tcnative.version>
<paho.version>1.2.5</paho.version>
<paho.mttt5.version>1.2.5</paho.mttt5.version>
<hivemqclient.version>1.3.3</hivemqclient.version>
<h2.version>2.1.212</h2.version>
<h2.version>2.1.214</h2.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 61aa850

Please sign in to comment.