diff options
author | Manuel Bentele | 2021-12-17 17:56:03 +0100 |
---|---|---|
committer | Manuel Bentele | 2021-12-17 17:56:03 +0100 |
commit | ab85dff1a530feb3b16502d2531fd72c614e519e (patch) | |
tree | 3bc250ad11abd43ff85abaa79f95b3f9051c7cc5 /core | |
parent | [qemu] Update version of Maven build plugins (diff) | |
download | mltk-ab85dff1a530feb3b16502d2531fd72c614e519e.tar.gz mltk-ab85dff1a530feb3b16502d2531fd72c614e519e.tar.xz mltk-ab85dff1a530feb3b16502d2531fd72c614e519e.zip |
[qemu] Update log4j because of the CVE-2021-45046 security flaw
Diffstat (limited to 'core')
-rw-r--r-- | core/modules/qemu/runvirt-plugin-qemu/pom.xml | 4 |
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> |