You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2022/01/03 17:39:23 UTC

[brooklyn-server] 01/02: bump felix version to match karaf

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

heneveld pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git

commit 8790e84e9a4194a9ad2130342e58657c32a26193
Author: Alex Heneveld <al...@cloudsoftcorp.com>
AuthorDate: Mon Jan 3 16:18:43 2022 +0000

    bump felix version to match karaf
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5bee563..4ac2ff1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -187,7 +187,7 @@
         <commons-collections.version>3.2.2</commons-collections.version>
         <pax-web.version>7.3.17</pax-web.version>
         <spifly.version>1.3.2</spifly.version> <!-- 1.3.0 from kubernetes; 1.2.4 from pax-jetty; v1.3.2 from erstwhile jetty feature; but 1.3.2 fixes an NPE bug in 1.3.0 so use it -->
-        <felix.framework.version>6.0.3</felix.framework.version>
+        <felix.framework.version>6.0.5</felix.framework.version>
 
         <!-- Transitive dependencies, declared explicitly to avoid version mismatch -->
         <jna.version>5.9.0</jna.version>