mulesoft-catalyst / mule-sonarqube-plugin

The Mule SonarQube Plugin provides the capability to do code inspecting and taking project metrics from a mule project using SonarQube.
The Unlicense
46 stars 68 forks source link

Potential log4j update required: pom.xml - log4j 2.10 #38

Closed angelalbericisfdc closed 2 years ago

angelalbericisfdc commented 2 years ago

Within the pom.xml ootb library used is log4j 2.10 as shown below

It may require an update

           <dependency>
        <groupId>org.apache.logging.log4j</groupId>
        <artifactId>log4j-slf4j-impl</artifactId>
        <version>2.10.0</version>
    </dependency>