update to netty 4.1.72, bump jackson/junit versions
This commit is contained in:
parent
844b38f219
commit
e87e8f7acc
1 changed files with 4 additions and 4 deletions
|
@ -1,16 +1,16 @@
|
|||
group = org.xbib
|
||||
name = netty-http
|
||||
version = 4.1.70.0
|
||||
version = 4.1.72.0
|
||||
|
||||
org.gradle.warning.mode = ALL
|
||||
gradle.wrapper.version = 7.3
|
||||
netty.version = 4.1.70.Final
|
||||
netty.version = 4.1.72.Final
|
||||
tcnative.version = 2.0.46.Final
|
||||
bouncycastle.version = 1.69
|
||||
conscrypt.version = 2.5.2
|
||||
javassist.version = 3.28.0-GA
|
||||
jackson.version = 2.11.4
|
||||
jackson.version = 2.12.5
|
||||
mockito.version = 3.10.0
|
||||
xbib.net.version = 2.1.1
|
||||
xbib-guice.version = 4.4.2
|
||||
junit.version = 5.8.0
|
||||
junit.version = 5.8.1
|
||||
|
|
Loading…
Reference in a new issue