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 2021/07/22 09:58:37 UTC

[sling-org-apache-sling-scripting-bundle-tracker-it] branch master updated: trivial: updated tests with latest servlets.resolver

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-scripting-bundle-tracker-it.git


The following commit(s) were added to refs/heads/master by this push:
     new 4da429b  trivial: updated tests with latest servlets.resolver
4da429b is described below

commit 4da429ba35b7f4e8b8818cd53aee61526e41146d
Author: Radu Cotescu <ra...@apache.org>
AuthorDate: Thu Jul 22 11:58:20 2021 +0200

    trivial: updated tests with latest servlets.resolver
---
 it/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/it/pom.xml b/it/pom.xml
index 4eba03a..047fcb2 100644
--- a/it/pom.xml
+++ b/it/pom.xml
@@ -188,7 +188,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.servlets.resolver</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.8.1-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
         <dependency>