update to netty 4.1.111

This commit is contained in:
Jörg Prante 2024-07-04 08:34:46 +02:00
parent 4d844e4347
commit ab9cba9d99
2 changed files with 3 additions and 3 deletions

View file

@ -1,3 +1,3 @@
group = org.xbib group = org.xbib
name = net-http name = net-http
version = 4.8.0 version = 4.8.1

View file

@ -3,9 +3,9 @@ dependencyResolutionManagement {
libs { libs {
version('gradle', '8.7') version('gradle', '8.7')
version('groovy', '4.0.21') version('groovy', '4.0.21')
version('netty', '4.1.110.Final') version('netty', '4.1.111.Final')
version('netty-tcnative', '2.0.65.Final') version('netty-tcnative', '2.0.65.Final')
version('datastructures', '5.1.0') version('datastructures', '5.1.1')
version('net', '4.8.0') version('net', '4.8.0')
library('netty-codec-http2', 'io.netty', 'netty-codec-http2').versionRef('netty') library('netty-codec-http2', 'io.netty', 'netty-codec-http2').versionRef('netty')
library('netty-handler', 'io.netty', 'netty-handler').versionRef('netty') library('netty-handler', 'io.netty', 'netty-handler').versionRef('netty')