Fixed CVE-2021-45046

This commit is contained in:
Sambo Chea 2021-12-16 08:50:15 +07:00
parent af7c8ba490
commit 27fbcfdb6a
Signed by: sombochea
GPG Key ID: 3C7CF22A05D95490

View File

@ -10,7 +10,8 @@ plugins {
allprojects {
// Fixed Zero-Day CVE-2021-44228: https://cubetiq.atlassian.net/browse/CERT-1
ext["log4j2.version"] = "2.15.0"
// Fixed Zero-Day CVE-2021-45046: https://cubetiq.atlassian.net/browse/CERT-3
ext["log4j2.version"] = "2.16.0"
repositories {
maven("https://m.ctdn.net")