mirror of
https://github.com/ChestShop-authors/ChestShop-3.git
synced 2024-11-25 19:45:36 +01:00
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:
parent
fa924f0212
commit
d1bbcfce47
3
pom.xml
3
pom.xml
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user