Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Commit

Permalink
Merge pull request #100 from jetty-project/dependabot/maven/log4j.ver…
Browse files Browse the repository at this point in the history
…sion-2.22.1

Bump log4j.version from 2.22.0 to 2.22.1
  • Loading branch information
joakime authored Jan 1, 2024
2 parents 8de2a47 + 00d1fcd commit 1e5c92d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demobase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<version>2.22.0</version>
<version>2.22.1</version>
</dependency>
<dependency>
<groupId>com.weicoder</groupId>
Expand Down
2 changes: 1 addition & 1 deletion logging-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<packaging>war</packaging>

<properties>
<log4j.version>2.22.0</log4j.version>
<log4j.version>2.22.1</log4j.version>
<slf4j.version>1.7.25</slf4j.version>
</properties>

Expand Down

0 comments on commit 1e5c92d

Please sign in to comment.