Upgrade to Log4j 2.17.2.

This commit is contained in:
John Blum
2022-03-23 17:05:12 -07:00
parent 5354f23b1c
commit 4b7dad9ff6

View File

@@ -4,7 +4,7 @@ ext['apacheTaglibsVersion'] = '1.2.5'
ext['assertjVersion'] = '3.22.0'
ext['jakartaServletApiVersion'] ='4.0.4'
ext['jakartaServletJspJstlApiVersion'] = '1.2.7'
ext['log4jVersion'] = '2.17.1'
ext['log4jVersion'] = '2.17.2'
// Logback version is currently constrained by tbe Gretty Gradle Plugin.
// See: https://github.com/gretty-gradle-plugin/gretty/blob/v4.0.0/gradle.properties#L16
ext['logbackVersion'] = '1.2.3'