You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2022/12/01 09:44:27 UTC

[karaf] branch karaf-4.3.x updated: [KARAF-7613] Upgrade to Felix ConfigAdmin 1.9.26

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

jbonofre pushed a commit to branch karaf-4.3.x
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/karaf-4.3.x by this push:
     new 61a897c674 [KARAF-7613] Upgrade to Felix ConfigAdmin 1.9.26
61a897c674 is described below

commit 61a897c6748aba1f2b850871be8e605720b07653
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Mon Nov 28 20:51:09 2022 +0100

    [KARAF-7613] Upgrade to Felix ConfigAdmin 1.9.26
    
    (cherry picked from commit a2d515046bbb61a388e082ba2de83d030c129679)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 626ab31f58..cacbe4cfa6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -207,7 +207,7 @@
 
         <felix.bundlerepository.version>2.0.10</felix.bundlerepository.version>
         <felix.cm.json.version>1.0.6</felix.cm.json.version>
-        <felix.configadmin.version>1.9.24</felix.configadmin.version>
+        <felix.configadmin.version>1.9.26</felix.configadmin.version>
         <felix.configadmin.interpolation.plugin.version>1.2.6</felix.configadmin.interpolation.plugin.version>
         <felix.configurator.version>1.0.16</felix.configurator.version>
         <felix.connect.version>0.2.0</felix.connect.version>