upgrade log4j version to prevent vulnerability (#1724)

This commit is contained in:
Eritque arcus 2021-12-10 19:57:09 +08:00 committed by GitHub
parent 2367ee0fd9
commit 07b303fb24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,7 @@ object Versions {
const val logback = "1.2.5"
const val slf4j = "1.7.32"
const val log4j = "2.14.1"
const val log4j = "2.15.0"
const val asm = "9.1"
const val difflib = "1.3.0"
const val netty = "4.1.63.Final"