update to netty 4.1.60
This commit is contained in:
parent
b1048862bf
commit
ffb4491f5e
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
group = org.xbib
|
group = org.xbib
|
||||||
name = netty-http
|
name = netty-http
|
||||||
version = 4.1.58.1
|
version = 4.1.60.0
|
||||||
|
|
||||||
gradle.wrapper.version = 6.6.1
|
gradle.wrapper.version = 6.6.1
|
||||||
netty.version = 4.1.58.Final
|
netty.version = 4.1.60.Final
|
||||||
tcnative.version = 2.0.36.Final
|
tcnative.version = 2.0.36.Final
|
||||||
bouncycastle.version = 1.68
|
bouncycastle.version = 1.68
|
||||||
reactivestreams.version = 1.0.2
|
reactivestreams.version = 1.0.2
|
||||||
|
@ -14,6 +14,6 @@ jackson.version = 2.11.4
|
||||||
mockito.version = 3.4.4
|
mockito.version = 3.4.4
|
||||||
xbib.net.version = 2.1.0
|
xbib.net.version = 2.1.0
|
||||||
xbib-guice.version = 4.4.2
|
xbib-guice.version = 4.4.2
|
||||||
# uuhh, too many tests to update to jupiter in rx...
|
|
||||||
junit.version = 5.7.0
|
junit.version = 5.7.0
|
||||||
|
# uuhh, too many tests to update to jupiter in rx...
|
||||||
junit4.version = 4.13.1
|
junit4.version = 4.13.1
|
||||||
|
|
Loading…
Reference in a new issue