Skip to content

Commit

Permalink
Upgrade to netty 4.1.112.Final (#308)
Browse files Browse the repository at this point in the history
Motivation:

A new netty release was done...

Modifications:

Update to latest release

Result:

Use latest netty version
  • Loading branch information
normanmaurer authored Jul 19, 2024
1 parent e01eea7 commit b8981c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<properties>
<javaModuleName>io.netty.incubator.codec.http3</javaModuleName>
<skipTests>false</skipTests>
<netty.version>4.1.111.Final</netty.version>
<netty.version>4.1.112.Final</netty.version>
<netty.build.version>31</netty.build.version>
<netty.quic.version>0.0.65.Final</netty.quic.version>
<netty.quic.classifier>${os.detected.name}-${os.detected.arch}</netty.quic.classifier>
Expand Down

0 comments on commit b8981c2

Please sign in to comment.