update to netty 4.1.111
This commit is contained in:
parent
4d844e4347
commit
ab9cba9d99
2 changed files with 3 additions and 3 deletions
|
@ -1,3 +1,3 @@
|
|||
group = org.xbib
|
||||
name = net-http
|
||||
version = 4.8.0
|
||||
version = 4.8.1
|
||||
|
|
|
@ -3,9 +3,9 @@ dependencyResolutionManagement {
|
|||
libs {
|
||||
version('gradle', '8.7')
|
||||
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('datastructures', '5.1.0')
|
||||
version('datastructures', '5.1.1')
|
||||
version('net', '4.8.0')
|
||||
library('netty-codec-http2', 'io.netty', 'netty-codec-http2').versionRef('netty')
|
||||
library('netty-handler', 'io.netty', 'netty-handler').versionRef('netty')
|
||||
|
|
Loading…
Reference in a new issue