[Security] Bump log4j-core from 2.1 to 2.13.2

Bumps log4j-core from 2.1 to 2.13.2. **This update includes security fixes.**

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2021-04-27 21:25:46 +00:00 committed by GitHub
parent e411a24808
commit fc1bafa10b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -132,8 +132,8 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<!--Minecraft 1.12 uses 2.1 and earlier versions 2.0-beta9-->
<version>2.1</version>
<!--Minecraft 1.12 uses 2.13.2 and earlier versions 2.0-beta9-->
<version>2.13.2</version>
<!--<version>2.0-beta9</version>-->
<scope>provided</scope>
</dependency>