Upgrading log4j version to latest patch of zero day exploit (#6983)

This commit is contained in:
Will Hester 2021-12-13 10:47:50 +00:00 committed by GitHub
parent a520ca878e
commit 69e036030e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,7 +68,7 @@ buildscript {
ext.servlet_version = '4.0.1'
ext.assertj_version = '3.12.2'
ext.slf4j_version = '1.7.30'
ext.log4j_version = '2.13.3'
ext.log4j_version = '2.15.0'
ext.bouncycastle_version = constants.getProperty("bouncycastleVersion")
ext.guava_version = constants.getProperty("guavaVersion")
ext.caffeine_version = constants.getProperty("caffeineVersion")