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 ba67818  Fix org.osgi.util.function and org.osgi.util.promise version
ba67818 is described below

commit ba67818582a0d8a87d14e4cfed0a9ed19b2d208e
Author: Jean-Baptiste Onofré <jbono...@apache.org>
AuthorDate: Sun Dec 5 16:52:09 2021 +0100

    Fix org.osgi.util.function and org.osgi.util.promise version
---
 assemblies/features/framework/src/main/feature/feature.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/assemblies/features/framework/src/main/feature/feature.xml 
b/assemblies/features/framework/src/main/feature/feature.xml
index a719159..c302f95 100644
--- a/assemblies/features/framework/src/main/feature/feature.xml
+++ b/assemblies/features/framework/src/main/feature/feature.xml
@@ -31,8 +31,8 @@
         <bundle 
start-level="8">mvn:org.ops4j.pax.logging/pax-logging-log4j2/${pax.logging.version}</bundle>
         <bundle 
start-level="8">mvn:org.fusesource.jansi/jansi/${jansi.version}</bundle>
         <!-- config admin -->
-        <bundle 
start-level="9">mvn:org.osgi/org.osgi.util.function/1.1.0</bundle>
-        <bundle 
start-level="9">mvn:org.osgi/org.osgi.util.promise/1.1.1</bundle>
+        <bundle 
start-level="9">mvn:org.osgi/org.osgi.util.function/1.2.0</bundle>
+        <bundle 
start-level="9">mvn:org.osgi/org.osgi.util.promise/1.2.0</bundle>
         <bundle 
start-level="9">mvn:org.apache.felix/org.apache.felix.coordinator/${felix.coordinator.version}</bundle>
         <bundle 
start-level="9">mvn:org.apache.felix/org.apache.felix.converter/${felix.converter.version}</bundle>
         <bundle 
start-level="10">mvn:org.apache.felix/org.apache.felix.configadmin/${felix.configadmin.version}</bundle>

Reply via email to