Skip to content

Commit 4dc832e

Browse files
authored
Depend on Netty QUIC Codec v0.0.39.Final (#2757)
1 parent 14d5713 commit 4dc832e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ ext {
106106
println "Netty version defined from command line: ${forceNettyVersion}"
107107
}
108108
nettyIoUringVersion = '0.0.19.Final'
109-
nettyQuicVersion = '0.0.38.Final'
109+
nettyQuicVersion = '0.0.39.Final'
110110

111111
// Testing
112112
jacksonDatabindVersion = '2.14.2'

0 commit comments

Comments
 (0)