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-karaf-features.git
commit 226686bfa98c31f86e899da70839faf4686f75f9 Author: Oliver Lietz <[email protected]> AuthorDate: Thu Dec 3 23:56:54 2020 +0100 SLING-3027 Improve Launchpad Karaf Features use latest Sling Settings --- src/main/feature/feature.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/feature/feature.xml b/src/main/feature/feature.xml index 3df6169..50337cd 100644 --- a/src/main/feature/feature.xml +++ b/src/main/feature/feature.xml @@ -26,7 +26,7 @@ <bundle>mvn:org.apache.sling/org.apache.sling.engine/2.7.2</bundle> <bundle>mvn:org.apache.sling/org.apache.sling.resourceresolver/1.7.0</bundle> <bundle>mvn:org.apache.sling/org.apache.sling.serviceusermapper/1.4.6</bundle> - <bundle>mvn:org.apache.sling/org.apache.sling.settings/1.4.0</bundle> + <bundle>mvn:org.apache.sling/org.apache.sling.settings/1.4.2</bundle> <!-- Apache Sling Commons --> <bundle>mvn:org.apache.sling/org.apache.sling.commons.johnzon/1.2.6</bundle> <bundle>mvn:org.apache.sling/org.apache.sling.commons.mime/2.2.2</bundle>
