You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by da...@apache.org on 2021/05/13 15:17:09 UTC

[sling-org-apache-sling-feature-extension-apiregions] branch master updated: Update to latest analyser dependency

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

davidb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-extension-apiregions.git


The following commit(s) were added to refs/heads/master by this push:
     new 16b0857  Update to latest analyser dependency
16b0857 is described below

commit 16b085754686a3021e8b5d9822afe23500ad0a79
Author: David Bosschaert <bo...@adobe.com>
AuthorDate: Thu May 13 16:16:55 2021 +0100

    Update to latest analyser dependency
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 301e3b4..a87baeb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -68,7 +68,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature.analyser</artifactId>
-            <version>1.3.24</version>
+            <version>1.3.26</version>
             <scope>provided</scope>
         </dependency>
         <dependency>