summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Bentele2021-12-17 17:56:03 +0100
committerManuel Bentele2021-12-17 17:56:03 +0100
commitab85dff1a530feb3b16502d2531fd72c614e519e (patch)
tree3bc250ad11abd43ff85abaa79f95b3f9051c7cc5
parent[qemu] Update version of Maven build plugins (diff)
downloadmltk-ab85dff1a530feb3b16502d2531fd72c614e519e.tar.gz
mltk-ab85dff1a530feb3b16502d2531fd72c614e519e.tar.xz
mltk-ab85dff1a530feb3b16502d2531fd72c614e519e.zip
[qemu] Update log4j because of the CVE-2021-45046 security flaw
-rw-r--r--core/modules/qemu/runvirt-plugin-qemu/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/modules/qemu/runvirt-plugin-qemu/pom.xml b/core/modules/qemu/runvirt-plugin-qemu/pom.xml
index 78fccf63..a7c50585 100644
--- a/core/modules/qemu/runvirt-plugin-qemu/pom.xml
+++ b/core/modules/qemu/runvirt-plugin-qemu/pom.xml
@@ -80,13 +80,13 @@
<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>