From 8840710fab6d444453bc638da6732dfba5c82b95 Mon Sep 17 00:00:00 2001 From: Shams Asari Date: Fri, 1 Mar 2024 13:53:32 +0000 Subject: [PATCH] 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. --- constants.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants.properties b/constants.properties index 1ad8361d59..2c78f945e7 100644 --- a/constants.properties +++ b/constants.properties @@ -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