summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorManuel Bentele2021-12-15 14:47:13 +0100
committerManuel Bentele2021-12-15 14:47:13 +0100
commit0d7adb07774074867d1784c27a93d030dacf286d (patch)
tree0d594f033b8c5d43182bea1367c67d568ca83e40 /pom.xml
parentpom: Add "modern" way to set target Java version (diff)
downloadmasterserver-0d7adb07774074867d1784c27a93d030dacf286d.tar.gz
masterserver-0d7adb07774074867d1784c27a93d030dacf286d.tar.xz
masterserver-0d7adb07774074867d1784c27a93d030dacf286d.zip
Update log4j because of the CVE-2021-44228 security flaw
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml24
1 files changed, 12 insertions, 12 deletions
diff --git a/pom.xml b/pom.xml
index 627c7e4..14f5c5f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -192,18 +192,6 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- <version>1.2.17</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-log4j12</artifactId>
- <version>1.7.25</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
<groupId>org.openslx.bwlp</groupId>
<artifactId>master-sync-shared</artifactId>
<version>1.1-SNAPSHOT</version>
@@ -221,5 +209,17 @@
<version>2.8.1</version>
<scope>compile</scope>
</dependency>
+ <dependency>
+ <groupId>org.apache.logging.log4j</groupId>
+ <artifactId>log4j-api</artifactId>
+ <version>[2.0,3.0)</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.logging.log4j</groupId>
+ <artifactId>log4j-core</artifactId>
+ <version>[2.0,3.0)</version>
+ <scope>compile</scope>
+ </dependency>
</dependencies>
</project>