Skip to content

Commit 1aabb14

Browse files
authored
Update dependencies (#316)
Motivation: We used an outdated version of netty and netty-incubator-codec-quic Modifications: - Update to netty 4.1.115.Final - Update to netty-incubator-codec-quic 0.0.68.Final Result: Update dependencies
1 parent 1e2268a commit 1aabb14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@
6868
<properties>
6969
<javaModuleName>io.netty.incubator.codec.http3</javaModuleName>
7070
<skipTests>false</skipTests>
71-
<netty.version>4.1.114.Final</netty.version>
71+
<netty.version>4.1.115.Final</netty.version>
7272
<netty.build.version>31</netty.build.version>
73-
<netty.quic.version>0.0.67.Final</netty.quic.version>
73+
<netty.quic.version>0.0.68.Final</netty.quic.version>
7474
<netty.quic.classifier>${os.detected.name}-${os.detected.arch}</netty.quic.classifier>
7575
<junit.version>5.9.0</junit.version>
7676
<release.gpg.keyname />

0 commit comments

Comments
 (0)