summaryrefslogtreecommitdiffstats
path: root/core/modules/qemu
diff options
context:
space:
mode:
authorManuel Bentele2021-12-17 18:05:00 +0100
committerManuel Bentele2021-12-17 18:05:00 +0100
commitfab3f7d05003865fc49d134040741bee333bd35f (patch)
treea589fe74722d7ff6f49d978dad48b83abcb91474 /core/modules/qemu
parent[qemu] Update log4j because of the CVE-2021-45046 security flaw (diff)
downloadmltk-fab3f7d05003865fc49d134040741bee333bd35f.tar.gz
mltk-fab3f7d05003865fc49d134040741bee333bd35f.tar.xz
mltk-fab3f7d05003865fc49d134040741bee333bd35f.zip
[qemu] Update version of build dependencies
Diffstat (limited to 'core/modules/qemu')
-rw-r--r--core/modules/qemu/runvirt-plugin-qemu/pom.xml17
1 files changed, 9 insertions, 8 deletions
diff --git a/core/modules/qemu/runvirt-plugin-qemu/pom.xml b/core/modules/qemu/runvirt-plugin-qemu/pom.xml
index a7c50585..37a5a89c 100644
--- a/core/modules/qemu/runvirt-plugin-qemu/pom.xml
+++ b/core/modules/qemu/runvirt-plugin-qemu/pom.xml
@@ -51,31 +51,32 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
- <version>5.7.1</version>
+ <version>[5.0,6.0)</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
- <version>5.7.1</version>
+ <version>[5.0,6.0)</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
- <version>4.0.0</version>
+ <version>[4.0,5.0)</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
- <version>1.4</version>
+ <version>[1.0,2.0)</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-exec</artifactId>
- <version>1.3</version>
+ <version>[1.0,2.0)</version>
+ <scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
@@ -92,19 +93,19 @@
<dependency>
<groupId>com.ginsberg</groupId>
<artifactId>junit5-system-exit</artifactId>
- <version>1.0.0</version>
+ <version>[1.0,2.0)</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.libvirt</groupId>
<artifactId>libvirt</artifactId>
- <version>0.5.2</version>
+ <version>[0.5,1.0)</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>jna</artifactId>
- <version>4.2.2</version>
+ <version>[5.0,6.0)</version>
<scope>compile</scope>
</dependency>
<dependency>