Update log4j dependency to version 2.17.0 😡

Fix for CVE-2021-45105
This commit is contained in:
Sergey Karmanov 2021-12-19 23:46:30 +03:00 committed by GitHub
parent 0389f97e59
commit 23b0af1731
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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