This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch karaf-4.2.x
in repository https://gitbox.apache.org/repos/asf/karaf.git
The following commit(s) were added to refs/heads/karaf-4.2.x by this push:
new 0e1e153 [KARAF-6961] Upgrade to org.osgi.util.promise 1.1.1
0e1e153 is described below
commit 0e1e153046ce27feaedc83a89e08bf657fa44b47
Author: jbonofre <[email protected]>
AuthorDate: Mon Dec 14 13:52:53 2020 +0100
[KARAF-6961] Upgrade to org.osgi.util.promise 1.1.1
---
assemblies/features/standard/src/main/feature/feature.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/assemblies/features/standard/src/main/feature/feature.xml
b/assemblies/features/standard/src/main/feature/feature.xml
index 414be32..50544af 100644
--- a/assemblies/features/standard/src/main/feature/feature.xml
+++ b/assemblies/features/standard/src/main/feature/feature.xml
@@ -1480,7 +1480,7 @@
org.apache.felix.eventadmin.AddSubject=${env:ORG_APACHE_FELIX_EVENTADMIN_IMPL_EV
<feature name="scr" description="Declarative Service support"
version="${project.version}">
<bundle dependency="true"
start-level="30">mvn:org.osgi/org.osgi.util.function/1.1.0</bundle>
- <bundle dependency="true"
start-level="30">mvn:org.osgi/org.osgi.util.promise/1.1.0</bundle>
+ <bundle dependency="true"
start-level="30">mvn:org.osgi/org.osgi.util.promise/1.1.1</bundle>
<bundle dependency="true"
start-level="30">mvn:org.apache.felix/org.apache.felix.metatype/${felix.metatype.version}</bundle>
<bundle
start-level="30">mvn:org.apache.felix/org.apache.felix.scr/${felix.scr.version}</bundle>
<conditional>