]> source.dussan.org Git - archiva.git/commitdiff
upgrade junit and assertj
authorOlivier Lamy <olamy@apache.org>
Mon, 16 Feb 2015 10:35:50 +0000 (21:35 +1100)
committerOlivier Lamy <olamy@apache.org>
Mon, 16 Feb 2015 10:35:50 +0000 (21:35 +1100)
pom.xml

diff --git a/pom.xml b/pom.xml
index 0ee451425e276053d488dc8764f4064fbb3bc556..259c9d3d0a0d2bbe6ae86ae631acbbda44638445 100644 (file)
--- a/pom.xml
+++ b/pom.xml
       <dependency>
         <groupId>junit</groupId>
         <artifactId>junit</artifactId>
-        <version>4.11</version>
+        <version>4.12</version>
         <scope>test</scope>
       </dependency>
       <dependency>
         <groupId>org.assertj</groupId>
         <artifactId>assertj-core</artifactId>
-        <version>1.7.0</version>
+        <version>1.7.1</version>
         <scope>test</scope>
       </dependency>
       <dependency>