Skip to content

Commit

Permalink
Update to Log4J 2.20 / 2.20.0
Browse files Browse the repository at this point in the history
  - Update to SLF4J 1.7.36
  • Loading branch information
wahlbrink committed Mar 5, 2023
1 parent 5131659 commit 364017f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<spring-security.version>5.5.8</spring-security.version>
<spring-integration.version>5.5.16</spring-integration.version>

<log4j.version>2.17.2</log4j.version>
<log4j.version>2.20.0</log4j.version>

<jetty-plugin.version>9.4.49.v20220914</jetty-plugin.version>

Expand Down Expand Up @@ -328,7 +328,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.32</version>
<version>1.7.36</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
Expand Down

0 comments on commit 364017f

Please sign in to comment.