Fixed CVE-2021-44228

This commit is contained in:
Sambo Chea 2021-12-11 18:09:59 +07:00
parent 2988c03815
commit 5e18ba5134

View File

@ -9,6 +9,9 @@ plugins {
}
allprojects {
// Fixed Zero-Day CVE-2021-44228: https://cubetiq.atlassian.net/browse/CERT-1
ext["log4j2.version"] = "2.15.0"
group = "com.cubetiqs"
version = "0.0.1-SNAPSHOT"