Skip to content

Commit 3a6ca0d

Browse files
authored
Upgrade to latest releases (#7)
Motivation: We should upgrade to latest netty releases Modifications: Update versions Result: Depend on latest versions
1 parent dc896b6 commit 3a6ca0d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@
6262
</developers>
6363

6464
<properties>
65-
<netty.version>4.1.99.Final</netty.version>
65+
<netty.version>4.1.106.Final</netty.version>
6666
<netty.build.version>31</netty.build.version>
67-
<netty.quic.version>0.0.51.Final</netty.quic.version>
68-
<netty.http3.version>0.0.21.Final</netty.http3.version>
69-
<netty.io_uring.version>0.0.23.Final</netty.io_uring.version>
67+
<netty.quic.version>0.0.57.Final</netty.quic.version>
68+
<netty.http3.version>0.0.24.Final</netty.http3.version>
69+
<netty.io_uring.version>0.0.24.Final</netty.io_uring.version>
7070
<release.gpg.keyname />
7171
<release.gpg.passphrase />
7272
</properties>

0 commit comments

Comments
 (0)