mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
To err on the side of caution it'd be preferable to use log4j 2.16.0 due to CVE-2021-45046
(cherry picked from commit bf0b122b37
)
Co-authored-by: thex12 <thex12@users.noreply.github.com>
This commit is contained in:
parent
c3b0bb4224
commit
06361b5161
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ String jrubyVersion = versionMap['jruby']['version']
|
|||
String jacksonVersion = versionMap['jackson']
|
||||
String jacksonDatabindVersion = versionMap['jackson-databind']
|
||||
|
||||
String log4jVersion = '2.15.0'
|
||||
String log4jVersion = '2.16.0'
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue