Hello colleagues, in the newest version 3.7.1 of cf-java-logging-support-log4j2 you still refer to the <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-slf4j-impl</artifactId> <version>${log4j2.version}</version> <scope>provided</scope> </dependency> However, if you go here: https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-slf4j-impl there is a warning that the artifact got moved to: https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-slf4j2-impl <!-- https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-slf4j2-impl --> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-slf4j2-impl</artifactId> <version>2.20.0</version> <scope>test</scope> </dependency> Kind regards Hendrik