update to netty 4.1.107
This commit is contained in:
parent
c578a0a1ca
commit
095bf2f610
2 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
|||
group = org.xbib
|
||||
name = net-http
|
||||
version = 4.1.1
|
||||
version = 4.1.2
|
||||
|
|
|
@ -3,7 +3,7 @@ dependencyResolutionManagement {
|
|||
libs {
|
||||
version('gradle', '8.5')
|
||||
version('groovy', '4.0.16')
|
||||
version('netty', '4.1.105.Final')
|
||||
version('netty', '4.1.107.Final')
|
||||
version('netty-tcnative', '2.0.62.Final')
|
||||
version('datastructures', '5.0.6')
|
||||
version('net', '4.1.0')
|
||||
|
|
Loading…
Reference in a new issue