Skip to content

Commit

Permalink
Merge pull request apache#1089 from jbonofre/AMQ-9357
Browse files Browse the repository at this point in the history
AMQ-9357: Upgrade to log4j 2.21.1
  • Loading branch information
jbonofre authored Oct 30, 2023
2 parents 90768ea + 8051b7f commit a663173
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions activemq-web-console/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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 -->
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit a663173

Please sign in to comment.