You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2021/03/22 06:42:48 UTC

[camel] branch master updated: Upgrade Apache Felix dependencies to align with Apache Karaf 4.2.x

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 8d585a3  Upgrade Apache Felix dependencies to align with Apache Karaf 4.2.x
8d585a3 is described below

commit 8d585a3ad5d7026259aee43c6795199e97f5b550
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Mar 22 07:42:16 2021 +0100

    Upgrade Apache Felix dependencies to align with Apache Karaf 4.2.x
---
 camel-dependencies/pom.xml | 6 +++---
 parent/pom.xml             | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 82e09b5..b6c886a 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -190,12 +190,12 @@
     <exec-maven-plugin-version>1.6.0</exec-maven-plugin-version>
     <facebook4j-core-version>2.4.13</facebook4j-core-version>
     <fastjson-version>1.2.75</fastjson-version>
-    <felix-configadmin-version>1.9.18</felix-configadmin-version>
+    <felix-configadmin-version>1.9.20</felix-configadmin-version>
     <felix-connect-version>0.2.0</felix-connect-version>
     <felix-fileinstall-version>3.6.8</felix-fileinstall-version>
-    <felix-framework-version>3.2.2</felix-framework-version>
+    <felix-framework-version>5.6.12</felix-framework-version>
     <felix-scr-annotations-version>1.12.0</felix-scr-annotations-version>
-    <felix-scr-version>2.0.14</felix-scr-version>
+    <felix-scr-version>2.1.26</felix-scr-version>
     <findbugs-maven-plugin-version>2.5.2</findbugs-maven-plugin-version>
     <flatpack-version>4.0.4</flatpack-version>
     <flink-version>1.12.2</flink-version>
diff --git a/parent/pom.xml b/parent/pom.xml
index 964bdd7..b70fc34 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -171,12 +171,12 @@
         <exec-maven-plugin-version>1.6.0</exec-maven-plugin-version>
         <facebook4j-core-version>2.4.13</facebook4j-core-version>
         <fastjson-version>1.2.75</fastjson-version>
-        <felix-configadmin-version>1.9.18</felix-configadmin-version>
+        <felix-configadmin-version>1.9.20</felix-configadmin-version>
         <felix-connect-version>0.2.0</felix-connect-version>
         <felix-fileinstall-version>3.6.8</felix-fileinstall-version>
-        <felix-framework-version>3.2.2</felix-framework-version>
+        <felix-framework-version>5.6.12</felix-framework-version>
         <felix-scr-annotations-version>1.12.0</felix-scr-annotations-version>
-        <felix-scr-version>2.0.14</felix-scr-version>
+        <felix-scr-version>2.1.26</felix-scr-version>
         <findbugs-maven-plugin-version>2.5.2</findbugs-maven-plugin-version>
         <google-findbugs-jsr305-version>3.0.2</google-findbugs-jsr305-version>
         <google-findbugs-annotations2-version>2.0.3</google-findbugs-annotations2-version>