Skip to content

Commit

Permalink
Depend on Netty QUIC Codec v0.0.39.Final (#2757)
Browse files Browse the repository at this point in the history
  • Loading branch information
violetagg committed Mar 31, 2023
1 parent 14d5713 commit 4dc832e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ ext {
println "Netty version defined from command line: ${forceNettyVersion}"
}
nettyIoUringVersion = '0.0.19.Final'
nettyQuicVersion = '0.0.38.Final'
nettyQuicVersion = '0.0.39.Final'

// Testing
jacksonDatabindVersion = '2.14.2'
Expand Down

0 comments on commit 4dc832e

Please sign in to comment.