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/21 14:32:45 UTC

[brooklyn-server] 01/12: Updated to Karaf 4.3.6

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 186d0156202bf7061c31123cd2c781ec6bd96237
Author: Juan Cabrerizo <ju...@cabrerizo.es>
AuthorDate: Mon Jan 17 17:01:33 2022 +0000

    Updated to Karaf 4.3.6
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7c59d8b..c0327dd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -185,7 +185,7 @@
         <kubernetes-client.version>5.8.0</kubernetes-client.version>
 
         <!-- Dependencies shipped with vanilla karaf; update these when we update the karaf version -->
-        <karaf.version>4.3.5</karaf.version>
+        <karaf.version>4.3.6</karaf.version>
         <karaf.plugin.version>${karaf.version}</karaf.plugin.version>
         <pax-web.version>7.3.23</pax-web.version> <!-- karaf 4.3 -->
         <jetty.version>9.4.43.v20210629</jetty.version> <!-- pax 7.3.23 from karaf 4.3 -->