Skip to content

Commit

Permalink
Upgrade netty and quic (#303)
Browse files Browse the repository at this point in the history
Motivation:

There were new netty and quic releases

Modifications:

Update both dependencies

Result:

Use latest versions
  • Loading branch information
normanmaurer authored Jun 12, 2024
1 parent 8853d53 commit 727e589
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@
<properties>
<javaModuleName>io.netty.incubator.codec.http3</javaModuleName>
<skipTests>false</skipTests>
<netty.version>4.1.110.Final</netty.version>
<netty.version>4.1.111.Final</netty.version>
<netty.build.version>31</netty.build.version>
<netty.quic.version>0.0.63.Final</netty.quic.version>
<netty.quic.version>0.0.64.Final</netty.quic.version>
<netty.quic.classifier>${os.detected.name}-${os.detected.arch}</netty.quic.classifier>
<junit.version>5.9.0</junit.version>
<release.gpg.keyname />
Expand Down

0 comments on commit 727e589

Please sign in to comment.