You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by pa...@apache.org on 2017/06/01 19:24:32 UTC

svn commit: r1797246 - /sling/trunk/testing/junit/teleporter/pom.xml

Author: pauls
Date: Thu Jun  1 19:24:32 2017
New Revision: 1797246

URL: http://svn.apache.org/viewvc?rev=1797246&view=rev
Log:
Update to latest testing.clients 1.1.0-SNAPSHOT

Modified:
    sling/trunk/testing/junit/teleporter/pom.xml

Modified: sling/trunk/testing/junit/teleporter/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/testing/junit/teleporter/pom.xml?rev=1797246&r1=1797245&r2=1797246&view=diff
==============================================================================
--- sling/trunk/testing/junit/teleporter/pom.xml (original)
+++ sling/trunk/testing/junit/teleporter/pom.xml Thu Jun  1 19:24:32 2017
@@ -104,7 +104,7 @@
     <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
-      <version>2.4</version>
+      <version>2.5</version>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>
@@ -134,7 +134,7 @@
     <dependency>
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.testing.clients</artifactId>
-      <version>1.0.1</version>
+      <version>1.1.0-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
   </dependencies>