You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ra...@apache.org on 2018/12/14 17:44:21 UTC

[sling-org-apache-sling-servlets-annotations-it] branch master updated: releng: updated testing dependencies to latest snapshots

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

radu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-servlets-annotations-it.git


The following commit(s) were added to refs/heads/master by this push:
     new 4c730fb  releng: updated testing dependencies to latest snapshots
4c730fb is described below

commit 4c730fbd3ef3e93d484887eb5547374010ac0f14
Author: Radu Cotescu <ra...@apache.org>
AuthorDate: Fri Dec 14 18:44:13 2018 +0100

    releng: updated testing dependencies to latest snapshots
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6959a9c..2738d26 100644
--- a/pom.xml
+++ b/pom.xml
@@ -172,14 +172,14 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.servlets.annotations</artifactId>
-            <version>1.2.3-SNAPSHOT</version>
+            <version>1.2.5-SNAPSHOT</version>
         </dependency>
 
         <!-- testing dependencies -->
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.servlets.resolver</artifactId>
-            <version>2.5.1-SNAPSHOT</version>
+            <version>2.5.3-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
         <dependency>