Update log4j dependency to version 2.15.0
This commit is contained in:
parent
efc6a8ecd0
commit
c4a9a17c7c
@ -66,8 +66,8 @@ dependencies {
|
|||||||
|
|
||||||
// Log4j
|
// Log4j
|
||||||
// A logging library
|
// A logging library
|
||||||
implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.13.3'
|
implementation 'org.apache.logging.log4j:log4j-api:2.15.0'
|
||||||
implementation group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.13.3'
|
implementation 'org.apache.logging.log4j:log4j-core:2.15.0'
|
||||||
|
|
||||||
// JUnit
|
// JUnit
|
||||||
// A unit-testing library
|
// A unit-testing library
|
||||||
|
Reference in New Issue
Block a user