You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2012/10/06 14:16:05 UTC

svn commit: r1395023 - /commons/proper/vfs/trunk/pom.xml

Author: ggregory
Date: Sat Oct  6 12:16:04 2012
New Revision: 1395023

URL: http://svn.apache.org/viewvc?rev=1395023&view=rev
Log:
Update tests to sshd-core 0.8.0 from 0.7.0, bcprov-jdk15on to 1.47 from 1.46, httpcore-nio to 4.2.2 from 4.2.1.

Modified:
    commons/proper/vfs/trunk/pom.xml

Modified: commons/proper/vfs/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/pom.xml?rev=1395023&r1=1395022&r2=1395023&view=diff
==============================================================================
--- commons/proper/vfs/trunk/pom.xml (original)
+++ commons/proper/vfs/trunk/pom.xml Sat Oct  6 12:16:04 2012
@@ -396,13 +396,13 @@
       <dependency>
         <groupId>org.apache.sshd</groupId>
         <artifactId>sshd-core</artifactId>
-        <version>0.7.0</version>
+        <version>0.8.0</version>
         <scope>test</scope>
       </dependency>
       <dependency>
         <groupId>org.bouncycastle</groupId>
         <artifactId>bcprov-jdk15on</artifactId>
-        <version>1.46</version>
+        <version>1.47</version>
         <scope>test</scope>
       </dependency>
       <dependency>
@@ -415,7 +415,7 @@
       <dependency>
         <groupId>org.apache.httpcomponents</groupId>
         <artifactId>httpcore-nio</artifactId>
-        <version>4.2.1</version>
+        <version>4.2.2</version>
         <scope>test</scope>
       </dependency>
       <!-- Test WebDAV with Apache Jackrabbit -->