From 293810f23679b5ccef7fbbb6a55e431c42f518dc Mon Sep 17 00:00:00 2001 From: CaiHQ Date: Sun, 12 Dec 2021 13:03:53 +0800 Subject: [PATCH] use log4j 2.15.0 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index b1e411a..b7911cc 100644 --- a/build.gradle +++ b/build.gradle @@ -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' }