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 2624250026ae7af9b8ed333b49f0d5745980216c Author: Oliver Lietz <[email protected]> AuthorDate: Fri Apr 3 09:35:32 2020 +0200 SLING-3027 Improve Launchpad Karaf Features update Scripting Groovy and Groovy --- src/main/feature/feature.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/feature/feature.xml b/src/main/feature/feature.xml index 10e2cf4..c3bacae 100644 --- a/src/main/feature/feature.xml +++ b/src/main/feature/feature.xml @@ -490,13 +490,13 @@ <bundle dependency="true">mvn:org.freemarker/freemarker/2.3.30</bundle> </feature> <feature name="sling-scripting-groovy" version="${project.version}"> - <bundle>mvn:org.apache.sling/org.apache.sling.scripting.groovy/1.1.0</bundle> + <bundle>mvn:org.apache.sling/org.apache.sling.scripting.groovy/1.2.0</bundle> <!-- dependencies --> <feature version="${project.version}">sling</feature> <feature version="${project.version}">sling-scripting</feature> - <bundle dependency="true">mvn:org.codehaus.groovy/groovy/2.5.0</bundle> - <bundle dependency="true">mvn:org.codehaus.groovy/groovy-json/2.5.0</bundle> - <bundle dependency="true">mvn:org.codehaus.groovy/groovy-templates/2.5.0</bundle> + <bundle dependency="true">mvn:org.codehaus.groovy/groovy/3.0.1</bundle> + <bundle dependency="true">mvn:org.codehaus.groovy/groovy-json/3.0.1</bundle> + <bundle dependency="true">mvn:org.codehaus.groovy/groovy-templates/3.0.1</bundle> </feature> <feature name="sling-scripting-java" version="${project.version}"> <bundle>mvn:org.apache.sling/org.apache.sling.scripting.java/2.1.2</bundle>
