diff options
author | Olivier Lamy <olamy@apache.org> | 2011-05-16 21:35:46 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2011-05-16 21:35:46 +0000 |
commit | 2dec55e1b16779cffcf89b041eed1cc60ffd8750 (patch) | |
tree | ee6cb17389a98b773fb5dbd474c93998f439d1b6 /pom.xml | |
parent | 79f8b36380e0fd1d8dcdae592fefe88236cd3e85 (diff) | |
download | archiva-2dec55e1b16779cffcf89b041eed1cc60ffd8750.tar.gz archiva-2dec55e1b16779cffcf89b041eed1cc60ffd8750.zip |
update junit to 4.8.2
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1103913 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -238,7 +238,7 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>3.8.1</version> + <version>4.8.2</version> <scope>test</scope> </dependency> <dependency> |