update docker

upgrade log4j to 2.15.0
This commit is contained in:
CaiHQ 2021-12-12 13:12:32 +08:00
parent c5fc2dc54e
commit 05a8a992db

View File

@ -25,8 +25,8 @@ dependencies {
api project (":common")
api 'io.netty:netty-all:4.1.52.Final'
api 'io.netty:netty-tcnative-boringssl-static:2.0.41.Final'
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'
api 'com.google.code.gson:gson:2.8.8'
testImplementation 'junit:junit:4.13.2'