You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/10/18 23:27:47 UTC

[sling-org-apache-sling-karaf-launchpad-oak-tar-integration-tests] 16/44: update test dependencies

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-karaf-launchpad-oak-tar-integration-tests.git

commit def3cc59e238e7a1bbd8de4587ef4a9ee30e6aaf
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Wed Dec 21 11:23:05 2016 +0000

    update test dependencies
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1775403 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1e386c1..21dd510 100644
--- a/pom.xml
+++ b/pom.xml
@@ -135,7 +135,7 @@
     <dependency>
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.junit.core</artifactId>
-      <version>1.0.16</version>
+      <version>1.0.20</version>
       <scope>test</scope>
     </dependency>
     <dependency>
@@ -153,31 +153,31 @@
     <dependency>
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.launchpad.test-services</artifactId>
-      <version>2.0.10</version>
+      <version>2.0.11-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.launchpad.test-fragment</artifactId>
-      <version>2.0.10</version>
+      <version>2.0.11-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.testing.tools</artifactId>
-      <version>1.0.10</version>
+      <version>1.0.14</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>
       <artifactId>httpcore-osgi</artifactId>
-      <version>4.4.4</version>
+      <version>4.4.5</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>
       <artifactId>httpclient-osgi</artifactId>
-      <version>4.5.1</version>
+      <version>4.5.2</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.