This is an automated email from the ASF dual-hosted git repository. pauls pushed a commit to branch issues/SLING-11015 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-launcher.git
commit 4945b47dc1a0f467228ae2aedcfc5e86b3662ed7 Author: Karl Pauls <[email protected]> AuthorDate: Thu Dec 16 13:09:37 2021 +0100 SLING-11015: update to felix framework 7.0.3 --- src/main/java/org/apache/sling/feature/launcher/impl/Bootstrap.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/sling/feature/launcher/impl/Bootstrap.java b/src/main/java/org/apache/sling/feature/launcher/impl/Bootstrap.java index e157073..dde1b04 100644 --- a/src/main/java/org/apache/sling/feature/launcher/impl/Bootstrap.java +++ b/src/main/java/org/apache/sling/feature/launcher/impl/Bootstrap.java @@ -46,7 +46,7 @@ import org.slf4j.Logger; public class Bootstrap { /** The Apache Felix Framework version used by default. */ - public static final String FELIX_FRAMEWORK_VERSION = "7.0.1"; + public static final String FELIX_FRAMEWORK_VERSION = "7.0.3"; private final LauncherConfig config;
