update to netty 4.1.111

This commit is contained in:
Jörg Prante 2024-07-04 08:57:31 +02:00
parent 9cf120ce19
commit 0e0817ca84
2 changed files with 3 additions and 3 deletions

View file

@ -1,3 +1,3 @@
group = org.xbib
name = elx
version = 7.10.2.44
version = 7.10.2.45

View file

@ -8,10 +8,10 @@ dependencyResolutionManagement {
// ES 7.10.2 uses log4j2 2.11.1
version('log4j', '2.23.1')
// 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
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-core', 'org.apache.logging.log4j', 'log4j-core').versionRef('log4j')
library('log4j-slf4j', 'org.apache.logging.log4j', 'log4j-slf4j-impl').versionRef('log4j')