Update log4j dependency to version 2.16.0

Fix for CVE-2021-45046
This commit is contained in:
Sergey Karmanov 2021-12-16 18:09:37 +03:00 committed by GitHub
parent 706800218c
commit 0389f97e59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,8 +66,8 @@ dependencies {
// Log4j
// A logging library
implementation 'org.apache.logging.log4j:log4j-api:2.15.0'
implementation 'org.apache.logging.log4j:log4j-core:2.15.0'
implementation 'org.apache.logging.log4j:log4j-api:2.16.0'
implementation 'org.apache.logging.log4j:log4j-core:2.16.0'
// JUnit
// A unit-testing library