update to netty 4.1.43
This commit is contained in:
parent
87395152ab
commit
e9279d1fba
1 changed files with 3 additions and 3 deletions
|
@ -1,16 +1,16 @@
|
|||
group = org.xbib
|
||||
name = netty-http
|
||||
version = 4.1.42.1
|
||||
version = 4.1.43.0
|
||||
|
||||
# netty
|
||||
netty.version = 4.1.42.Final
|
||||
netty.version = 4.1.43.Final
|
||||
tcnative.version = 2.0.25.Final
|
||||
|
||||
# for netty-http-common
|
||||
xbib-net-url.version = 2.0.3
|
||||
|
||||
# for netty-http-server
|
||||
bouncycastle.version = 1.62
|
||||
bouncycastle.version = 1.64
|
||||
|
||||
# for netty-http-server-reactive
|
||||
reactivestreams.version = 1.0.2
|
||||
|
|
Loading…
Reference in a new issue