update to netty 4.1.107
This commit is contained in:
parent
d78d64ba5a
commit
2f1017ec58
2 changed files with 3 additions and 3 deletions
|
@ -1,3 +1,3 @@
|
|||
group = org.xbib
|
||||
name = elx
|
||||
version = 7.10.2.37
|
||||
version = 7.10.2.38
|
||||
|
|
|
@ -8,10 +8,10 @@ dependencyResolutionManagement {
|
|||
// ES 7.10.2 uses log4j2 2.11.1
|
||||
version('log4j', '2.22.0')
|
||||
// ES 7.10.2 uses netty 4.1.49
|
||||
version('netty', '4.1.104.Final')
|
||||
version('netty', '4.1.107.Final')
|
||||
// ES 7.10.2 uses Jackson 2.10.4
|
||||
version('jackson', '2.16.0')
|
||||
version('net-http', '4.0.7') // must match netty version
|
||||
version('net-http', '4.1.2') // must match netty version
|
||||
library('log4j-api', 'org.apache.logging.log4j', 'log4j-api').versionRef('log4j')
|
||||
library('log4j-core', 'org.apache.logging.log4j', 'log4j-core').versionRef('log4j')
|
||||
library('log4j-slf4j', 'org.apache.logging.log4j', 'log4j-slf4j-impl').versionRef('log4j')
|
||||
|
|
Loading…
Reference in a new issue