From d1bbcfce47801ce2649c1e5cb6e3fe804cd003d1 Mon Sep 17 00:00:00 2001 From: Phoenix616 Date: Mon, 10 Jan 2022 17:01:34 +0100 Subject: [PATCH] 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) --- pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 1145e17..f696794 100644 --- a/pom.xml +++ b/pom.xml @@ -112,7 +112,7 @@ org.apache.logging.log4j log4j-core - 2.1 + 2.17.1 provided @@ -389,7 +389,6 @@ org.bstats:* net.gravitydevelopment.updater com.j256.ormlite - org.apache.logging.log4j javax.persistence