From 68661c63944659ed8a769d1df102ed8e9f7a8804 Mon Sep 17 00:00:00 2001 From: CaiHQ Date: Sun, 12 Dec 2021 13:12:32 +0800 Subject: [PATCH] update docker upgrade log4j to 2.15.0 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 5ed0b48..05ba002 100644 --- a/build.gradle +++ b/build.gradle @@ -25,8 +25,8 @@ sourceSets { dependencies { api 'log4j:log4j:1.2.17' api 'org.antlr:antlr4:4.9.2' - 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' } \ No newline at end of file