update to netty 4.1.111
This commit is contained in:
parent
9cf120ce19
commit
0e0817ca84
2 changed files with 3 additions and 3 deletions
|
@ -1,3 +1,3 @@
|
||||||
group = org.xbib
|
group = org.xbib
|
||||||
name = elx
|
name = elx
|
||||||
version = 7.10.2.44
|
version = 7.10.2.45
|
||||||
|
|
|
@ -8,10 +8,10 @@ dependencyResolutionManagement {
|
||||||
// ES 7.10.2 uses log4j2 2.11.1
|
// ES 7.10.2 uses log4j2 2.11.1
|
||||||
version('log4j', '2.23.1')
|
version('log4j', '2.23.1')
|
||||||
// ES 7.10.2 uses netty 4.1.49
|
// ES 7.10.2 uses netty 4.1.49
|
||||||
version('netty', '4.1.110.Final')
|
version('netty', '4.1.111.Final')
|
||||||
// ES 7.10.2 uses Jackson 2.10.4
|
// ES 7.10.2 uses Jackson 2.10.4
|
||||||
version('jackson', '2.17.1')
|
version('jackson', '2.17.1')
|
||||||
version('net-http', '4.8.0')
|
version('net-http', '4.8.1')
|
||||||
library('log4j-api', 'org.apache.logging.log4j', 'log4j-api').versionRef('log4j')
|
library('log4j-api', 'org.apache.logging.log4j', 'log4j-api').versionRef('log4j')
|
||||||
library('log4j-core', 'org.apache.logging.log4j', 'log4j-core').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')
|
library('log4j-slf4j', 'org.apache.logging.log4j', 'log4j-slf4j-impl').versionRef('log4j')
|
||||||
|
|
Loading…
Reference in a new issue