aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-jetty
diff options
context:
space:
mode:
authorJean-Baptiste Onofre <jbonofre@apache.org>2012-02-27 13:17:30 +0000
committerJean-Baptiste Onofre <jbonofre@apache.org>2012-02-27 13:17:30 +0000
commit0fe74aabaa8bc7e5069bea18bae1de97a714dedd (patch)
tree03501ebf60acdd1aabfe4b8c09dfd8bd8cd16707 /archiva-jetty
parent86da760aab9684a76f4973d2b3613e0fb26c2f2a (diff)
downloadarchiva-0fe74aabaa8bc7e5069bea18bae1de97a714dedd.tar.gz
archiva-0fe74aabaa8bc7e5069bea18bae1de97a714dedd.zip
[MRM-1608] Upgrade to commons-pool 1.6
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1294143 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-jetty')
-rw-r--r--archiva-jetty/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/archiva-jetty/pom.xml b/archiva-jetty/pom.xml
index 93b2a6c30..61606cedc 100644
--- a/archiva-jetty/pom.xml
+++ b/archiva-jetty/pom.xml
@@ -126,7 +126,7 @@
<dependency>
<groupId>commons-pool</groupId>
<artifactId>commons-pool</artifactId>
- <version>1.5.6</version>
+ <version>1.6</version>
<scope>runtime</scope>
</dependency>
</dependencies>