summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Bentele2021-12-20 15:10:11 +0100
committerManuel Bentele2021-12-20 15:10:11 +0100
commitca8283163cccc7cac9a8cd29afd51bba0b01ae7d (patch)
tree2e9a762db583c8038a59eddcce35cbab819efdc9
parent[daemon] Add printing of app information from MANIFEST.MF (diff)
downloadtaskman-lite-ca8283163cccc7cac9a8cd29afd51bba0b01ae7d.tar.gz
taskman-lite-ca8283163cccc7cac9a8cd29afd51bba0b01ae7d.tar.xz
taskman-lite-ca8283163cccc7cac9a8cd29afd51bba0b01ae7d.zip
Update log4j because of the CVE-2021-45105 security flaw
-rw-r--r--api/pom.xml4
-rw-r--r--daemon/pom.xml4
2 files changed, 4 insertions, 4 deletions
diff --git a/api/pom.xml b/api/pom.xml
index 0c59e67..18048cc 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -50,13 +50,13 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
- <version>[2.0,3.0)</version>
+ <version>[2.17,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.17,3.0)</version>
<scope>compile</scope>
</dependency>
<dependency>
diff --git a/daemon/pom.xml b/daemon/pom.xml
index d4f8397..f7577fa 100644
--- a/daemon/pom.xml
+++ b/daemon/pom.xml
@@ -106,13 +106,13 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
- <version>[2.0,3.0)</version>
+ <version>[2.17,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.17,3.0)</version>
<scope>compile</scope>
</dependency>
</dependencies>