I have added these into pom.xml after uber-jar dependency, still the version is not being reflected in bundles.<!-- Log4j 2 API -->
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.23.1</version> <!-- Use the latest stable version -->
</dependenc...