update versions, update to Netty 4.1.76
This commit is contained in:
parent
e2b6e4b65e
commit
bf7e6da722
1 changed files with 6 additions and 6 deletions
|
@ -1,16 +1,16 @@
|
|||
group = org.xbib
|
||||
name = netty-http
|
||||
version = 4.1.73.0
|
||||
version = 4.1.76.0
|
||||
|
||||
org.gradle.warning.mode = ALL
|
||||
gradle.wrapper.version = 7.3.2
|
||||
netty.version = 4.1.73.Final
|
||||
tcnative.version = 2.0.48.Final
|
||||
bouncycastle.version = 1.69
|
||||
netty.version = 4.1.76.Final
|
||||
tcnative.version = 2.0.51.Final
|
||||
bouncycastle.version = 1.71
|
||||
conscrypt.version = 2.5.2
|
||||
javassist.version = 3.28.0-GA
|
||||
jackson.version = 2.12.5
|
||||
mockito.version = 3.10.0
|
||||
jackson.version = 2.12.6
|
||||
mockito.version = 3.12.4
|
||||
xbib.net.version = 2.1.1
|
||||
xbib-guice.version = 4.4.2
|
||||
junit.version = 5.8.2
|
||||
|
|
Loading…
Reference in a new issue