mirror of https://github.com/apache/activemq.git
AMQ-9357: Upgrade to log4j 2.21.1
This commit is contained in:
parent
5719e5df2e
commit
8051b7fa74
|
@ -266,10 +266,12 @@
|
|||
<dependency>
|
||||
<groupId>org.apache.logging.log4j</groupId>
|
||||
<artifactId>log4j-slf4j2-impl</artifactId>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.logging.log4j</groupId>
|
||||
<artifactId>log4j-core</artifactId>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
<!-- JSTL support -->
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -83,7 +83,7 @@
|
|||
<junit-version>4.13.2</junit-version>
|
||||
<hamcrest-version>1.3</hamcrest-version>
|
||||
<karaf-version>4.3.7</karaf-version>
|
||||
<log4j-version>2.20.0</log4j-version>
|
||||
<log4j-version>2.21.1</log4j-version>
|
||||
<mockito-version>4.8.1</mockito-version>
|
||||
<owasp-dependency-check-version>8.4.0</owasp-dependency-check-version>
|
||||
<mqtt-client-version>1.16</mqtt-client-version>
|
||||
|
|
Loading…
Reference in New Issue