update to net-http 4.6.0
This commit is contained in:
parent
f8e456eb31
commit
500a7a7885
2 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
|||
group = org.xbib
|
||||
name = elx
|
||||
version = 7.10.2.42
|
||||
version = 7.10.2.43
|
||||
|
|
|
@ -11,7 +11,7 @@ dependencyResolutionManagement {
|
|||
version('netty', '4.1.110.Final')
|
||||
// ES 7.10.2 uses Jackson 2.10.4
|
||||
version('jackson', '2.17.1')
|
||||
version('net-http', '4.5.1')
|
||||
version('net-http', '4.6.0')
|
||||
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