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 2021/01/05 15:29:26 UTC

[sling-org-apache-sling-karaf-features] 01/02: SLING-3027 Improve Launchpad Karaf Features

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 25d9497d3a57a448cb70416e48dbfd158d8d56ed
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Tue Jan 5 16:12:49 2021 +0100

    SLING-3027 Improve Launchpad Karaf Features
    
    use latest releases
---
 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 398f178..c46f097 100644
--- a/src/main/feature/feature.xml
+++ b/src/main/feature/feature.xml
@@ -393,7 +393,7 @@
     <bundle>mvn:org.apache.sling/org.apache.sling.jcr.davex/1.3.10</bundle>
     <!-- (not using org.apache.sling.jcr.jcr-wrapper) -->
     <bundle>mvn:org.apache.sling/org.apache.sling.jcr.resource/3.0.22</bundle>
-    <bundle>mvn:org.apache.sling/org.apache.sling.jcr.webconsole/1.0.2</bundle>
+    <bundle>mvn:org.apache.sling/org.apache.sling.jcr.webconsole/1.1.0</bundle>
     <bundle>mvn:org.apache.sling/org.apache.sling.jcr.webdav/2.3.8</bundle>
     <!-- dependencies -->
     <feature>webconsole</feature>
@@ -685,8 +685,8 @@
   <feature name="tika" version="${project.version}">
     <bundle>mvn:org.apache.tika/tika-core/1.25</bundle>
     <bundle>mvn:org.apache.tika/tika-parsers/1.25</bundle>
-    <bundle>mvn:org.apache.pdfbox/pdfbox/2.0.21</bundle>
-    <bundle>mvn:org.apache.pdfbox/fontbox/2.0.21</bundle>
+    <bundle>mvn:org.apache.pdfbox/pdfbox/2.0.22</bundle>
+    <bundle>mvn:org.apache.pdfbox/fontbox/2.0.22</bundle>
     <bundle>mvn:org.apache.pdfbox/jempbox/1.8.16</bundle>
   </feature>
   <!-- Apache Sling Applications and Samples -->
@@ -731,7 +731,7 @@
     <feature version="${project.version}">sling-scripting-jsp</feature>
     <feature version="${project.version}">sling-servlets</feature>
     <feature version="${project.version}">jackrabbit-oak</feature>
-    <bundle dependency="true">mvn:com.google.guava/guava/30.0-jre</bundle>
+    <bundle dependency="true">mvn:com.google.guava/guava/30.1-jre</bundle>
     <bundle dependency="true">mvn:org.apache.commons/commons-compress/1.20</bundle>
     <bundle dependency="true">mvn:org.apache.commons/commons-math3/3.6.1</bundle>
     <bundle dependency="true">mvn:org.apache.commons/commons-text/1.9</bundle>