Updated to Log4j 2.17.

This commit is contained in:
Erik C. Thauvin 2021-12-19 12:42:18 -08:00
parent 2573c7d596
commit bc2a427f48
2 changed files with 4 additions and 4 deletions

View file

@ -27,7 +27,7 @@ def isNonStable = { String version ->
mainClassName = packageName + '.Mobibot'
ext.versions = [
log4j: '2.16.0',
log4j: '2.17.0',
pmd : '6.41.0',
]