Author: ecki
Date: Thu Jan  8 23:28:19 2015
New Revision: 1650419

URL: http://svn.apache.org/r1650419
Log:
[VFS-457] more test dependency updates

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

Modified: commons/proper/vfs/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/vfs/trunk/pom.xml?rev=1650419&r1=1650418&r2=1650419&view=diff
==============================================================================
--- commons/proper/vfs/trunk/pom.xml (original)
+++ commons/proper/vfs/trunk/pom.xml Thu Jan  8 23:28:19 2015
@@ -380,7 +380,7 @@
       <dependency>
         <groupId>ant</groupId>
         <artifactId>ant</artifactId>
-        <version>1.6.2</version>
+        <version>1.6.5</version>
       </dependency>
       <dependency>
         <groupId>org.jdom</groupId>
@@ -406,7 +406,7 @@
       <dependency>
         <groupId>junit</groupId>
         <artifactId>junit</artifactId>
-        <version>4.11</version>
+        <version>4.12</version>
         <scope>test</scope>
       </dependency>
       <dependency>
@@ -425,19 +425,19 @@
       <dependency>
         <groupId>org.slf4j</groupId>
         <artifactId>slf4j-api</artifactId>
-        <version>1.5.5</version>
+        <version>1.5.11</version>
         <scope>test</scope>
       </dependency>
       <dependency>
         <groupId>org.slf4j</groupId>
         <artifactId>slf4j-log4j12</artifactId>
-        <version>1.5.5</version>
+        <version>1.5.11</version>
         <scope>test</scope>
       </dependency>
       <dependency>
         <groupId>org.slf4j</groupId>
         <artifactId>jcl-over-slf4j</artifactId>
-        <version>1.5.5</version>
+        <version>1.5.11</version>
         <scope>test</scope>
       </dependency>
       <!-- Test SFTP with Apache SHHd Server (MINA) -->

Modified: commons/proper/vfs/trunk/src/changes/changes.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/vfs/trunk/src/changes/changes.xml?rev=1650419&r1=1650418&r2=1650419&view=diff
==============================================================================
--- commons/proper/vfs/trunk/src/changes/changes.xml (original)
+++ commons/proper/vfs/trunk/src/changes/changes.xml Thu Jan  8 23:28:19 2015
@@ -235,7 +235,7 @@
         Get/set the file permissions.
       </action>
       <action issue="VFS-457" dev="joehni" type="update">
-        Update test dependencies: sshd-core to version 0.8.0 from version 
0.7.0; mina-core from version 2.0.4 to version 2.0.7.
+        Update test dependencies: sshd-core version 0.7.0 to 0.8.0; mina-core 
2.0.4 to 2.0.7; junit 4.11 to 4.12; slf4j-* 1.5.5 to 1.5.11
       </action>
       <action issue="VFS-456" dev="joehni" type="update">
         Use org.bouncycastel:bcprov-jdk16 instead of 
org.bouncycastle:bcprof-jdk15on since Java 1.6 is required.


Reply via email to