summaryrefslogtreecommitdiffstats
path: root/daemon/pom.xml
diff options
context:
space:
mode:
authorManuel Bentele2021-12-16 07:56:00 +0100
committerManuel Bentele2021-12-16 08:01:13 +0100
commit932f537231cba02c9f08558475e6aea5a1c5d838 (patch)
treeda6351fe88c22affcffba517095f3411683faa89 /daemon/pom.xml
parent[daemon] Fix Java compiler warning (diff)
downloadtaskman-lite-932f537231cba02c9f08558475e6aea5a1c5d838.tar.gz
taskman-lite-932f537231cba02c9f08558475e6aea5a1c5d838.tar.xz
taskman-lite-932f537231cba02c9f08558475e6aea5a1c5d838.zip
Update log4j because of the CVE-2021-44228 security flaw
Diffstat (limited to 'daemon/pom.xml')
-rw-r--r--daemon/pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/daemon/pom.xml b/daemon/pom.xml
index 7c26855..5733063 100644
--- a/daemon/pom.xml
+++ b/daemon/pom.xml
@@ -64,6 +64,18 @@
<version>${project.version}</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>