update to netty 4.1.58
This commit is contained in:
parent
9e134e3eff
commit
65f943f6af
1 changed files with 6 additions and 6 deletions
|
@ -1,19 +1,19 @@
|
|||
group = org.xbib
|
||||
name = netty-http
|
||||
version = 4.1.56.0
|
||||
version = 4.1.58.0
|
||||
|
||||
gradle.wrapper.version = 6.6.1
|
||||
netty.version = 4.1.56.Final
|
||||
tcnative.version = 2.0.35.Final
|
||||
bouncycastle.version = 1.67
|
||||
netty.version = 4.1.58.Final
|
||||
tcnative.version = 2.0.36.Final
|
||||
bouncycastle.version = 1.68
|
||||
reactivestreams.version = 1.0.2
|
||||
reactivex.version = 1.3.8
|
||||
conscrypt.version = 2.5.1
|
||||
javassist.version = 3.27.0-GA
|
||||
jackson.version = 2.11.3
|
||||
jackson.version = 2.11.4
|
||||
mockito.version = 3.4.4
|
||||
xbib.net.version = 2.1.0
|
||||
xbib-guice.version = 4.4.2
|
||||
# uuhh, too many tests to update to jupiter in rx...
|
||||
junit.version = 5.7.0
|
||||
junit4.version = 4.13
|
||||
junit4.version = 4.13.1
|
||||
|
|
Loading…
Reference in a new issue