ENT-11521: Upgraded to latest log4j to resolve getCallerClass warning

"WARNING: sun.reflect.Reflection.getCallerClass is not supported. This will impact performance." warning was being caused by log4j. Latest version fixes this issue.
This commit is contained in:
Shams Asari 2024-03-01 13:53:32 +00:00
parent f3c45e9d1b
commit 8840710fab

View File

@ -55,7 +55,7 @@ jerseyVersion=2.25
servletVersion=4.0.1
assertjVersion=3.12.2
slf4JVersion=1.7.30
log4JVersion=2.20.0
log4JVersion=2.23.0
okhttpVersion=4.11.0
nettyVersion=4.1.77.Final
fileuploadVersion=1.4