use log4j 2.15.0

This commit is contained in:
CaiHQ 2021-12-12 13:03:53 +08:00
parent 89a71a4d9d
commit 293810f236

View File

@ -41,7 +41,7 @@ dependencies {
api 'com.google.code.gson:gson:2.8.8'
api 'log4j:log4j:1.2.17'
api 'net.dona.doip:doip-sdk:2.1.0'
api 'org.apache.logging.log4j:log4j-core:2.14.1'
api 'org.apache.logging.log4j:log4j-api:2.14.1'
api 'org.apache.logging.log4j:log4j-core:2.15.0'
api 'org.apache.logging.log4j:log4j-api:2.15.0'
testImplementation 'junit:junit:4.13.2'
}