Sync log4j version with updated server version

The log4j bugs weren't an issue as log4j wasn't included in the plugin directly
 but simply depended on the version the server provided. This just syncs it with
 the commonly used server version again. (And shuts up dependabot)
This commit is contained in:
Phoenix616 2022-01-10 17:01:34 +01:00
parent fa924f0212
commit d1bbcfce47
No known key found for this signature in database
GPG Key ID: 40E2321E71738EB0
1 changed files with 1 additions and 2 deletions

View File

@ -112,7 +112,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.1</version>
<version>2.17.1</version>
<scope>provided</scope>
</dependency>
@ -389,7 +389,6 @@
<include>org.bstats:*</include>
<include>net.gravitydevelopment.updater</include>
<include>com.j256.ormlite</include>
<include>org.apache.logging.log4j</include>
<include>javax.persistence</include>
</includes>
</artifactSet>