summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Bentele2021-12-17 11:38:06 +0100
committerManuel Bentele2021-12-17 11:38:06 +0100
commit36269a965592ed3b5f233c5d0311ce4f68482108 (patch)
treef21149bdbe31a3625f4e9d4cb9be2e786dde8289
parentUpdate log4j because of the CVE-2021-44228 security flaw (diff)
downloadmaster-sync-shared-36269a965592ed3b5f233c5d0311ce4f68482108.tar.gz
master-sync-shared-36269a965592ed3b5f233c5d0311ce4f68482108.tar.xz
master-sync-shared-36269a965592ed3b5f233c5d0311ce4f68482108.zip
Update log4j because of the CVE-2021-45046 security flaw
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index d6c59ef..70a3766 100644
--- a/pom.xml
+++ b/pom.xml
@@ -137,19 +137,19 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
- <version>[2.0,3.0)</version>
+ <version>[2.16,3.0)</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
- <version>[2.0,3.0)</version>
+ <version>[2.16,3.0)</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
- <version>[2.0,3.0)</version>
+ <version>[2.16,3.0)</version>
<scope>compile</scope>
</dependency>
<dependency>