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

Commit

Permalink
Bump log4j.version from 2.22.1 to 2.23.1
Browse files Browse the repository at this point in the history
Bumps `log4j.version` from 2.22.1 to 2.23.1.

Updates `org.apache.logging.log4j:log4j-slf4j-impl` from 2.22.1 to 2.23.1

Updates `org.apache.logging.log4j:log4j-core` from 2.22.1 to 2.23.1

---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-slf4j-impl
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.apache.logging.log4j:log4j-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 11, 2024
1 parent 4c78d67 commit 2b1fdea
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.1</version>
<version>2.23.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.1</log4j.version>
<log4j.version>2.23.1</log4j.version>
<slf4j.version>1.7.25</slf4j.version>
</properties>

Expand Down

0 comments on commit 2b1fdea

Please sign in to comment.