Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: upgrade org.apache.logging.log4j:log4j-core from 2.9.1 to 2.20.0
Snyk has created this PR to upgrade org.apache.logging.log4j:log4j-core from 2.9.1 to 2.20.0.

See this package in Maven Repository:
https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core/

See this project in Snyk:
https://app.snyk.io/org/qinyupeng96/project/22153d51-a04b-4fbb-b649-3d942d63deb9?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 6, 2023
commit c2d202f8cd63d45a2c05a9705dbb172a96dd717c
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.9.1</version>
<version>2.20.0</version>
</dependency>

<dependency>
Expand Down