summaryrefslogtreecommitdiffstats
path: root/parent
diff options
context:
space:
mode:
authorJon Marius Venstad <venstad@gmail.com>2020-10-27 09:49:16 +0100
committerJon Marius Venstad <venstad@gmail.com>2020-10-27 09:49:16 +0100
commit5fad2499d49a1cd6bcc5b605fb8fef1d636b117b (patch)
tree7974b9bfb86a0a06780c90a945e8d9346ec7557d /parent
parent67aff4ae8112210c354a028b5dca5ddaa0f70d6e (diff)
Junit 4.13 and juptier 4.7.0
Diffstat (limited to 'parent')
-rw-r--r--parent/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/parent/pom.xml b/parent/pom.xml
index 983d8fd3e56..61b425c0c66 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -517,7 +517,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.12</version>
+ <version>4.13.1</version>
</dependency>
<dependency>
<groupId>net.java.dev.jna</groupId>
@@ -762,7 +762,7 @@
<curator.version>2.13.0</curator.version>
<jna.version>4.5.2</jna.version>
<commons.math3.version>3.6.1</commons.math3.version>
- <junit.version>5.6.2</junit.version>
+ <junit.version>5.7.0</junit.version>
<maven-assembly-plugin.version>3.1.1</maven-assembly-plugin.version>
<!-- TODO: in order to upgrade above 4.1.0, we probably need to convert fat-model-deps to a jar artifact. -->
<maven-bundle-plugin.version>4.1.0</maven-bundle-plugin.version>