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/06/15 13:08:44 UTC

[sling-org-apache-sling-scripting-groovy] 04/04: SLING-8505 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-scripting-groovy.git

commit 424ccc9696a36ef970fc1e9a2d29de23c2624d28
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sat Jun 15 14:58:39 2019 +0200

    SLING-8505 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 d56ebfe..5a03e5e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -119,7 +119,7 @@
     <dependency>
       <groupId>org.apache.felix</groupId>
       <artifactId>org.apache.felix.framework</artifactId>
-      <version>5.6.10</version>
+      <version>6.0.3</version>
       <scope>test</scope>
     </dependency>
     <!-- Apache Sling -->