You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2019/09/26 20:31:44 UTC

[sling-org-apache-sling-resourceresolver] branch master updated: SLING-8745 Update Felix Framework to 6.0.3

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

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-resourceresolver.git


The following commit(s) were added to refs/heads/master by this push:
     new e83a18e  SLING-8745 Update Felix Framework to 6.0.3
e83a18e is described below

commit e83a18ecdb8ae4f333e8db500e09b3411591ad21
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Thu Sep 26 22:31:34 2019 +0200

    SLING-8745 Update Felix Framework to 6.0.3
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 58909aa..48538c2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -175,7 +175,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.framework</artifactId>
-            <version>5.4.0</version>
+            <version>6.0.3</version>
             <scope>test</scope>
         </dependency>
         <dependency>