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 2020/06/29 14:01:34 UTC

[karaf-cellar] branch master updated: Updating a few dependencies to avoid some CVEs (#75)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 6337cd4  Updating a few dependencies to avoid some CVEs (#75)
6337cd4 is described below

commit 6337cd4a808d444ba55798e3532f89daeb749dd5
Author: Colm O hEigeartaigh <co...@users.noreply.github.com>
AuthorDate: Mon Jun 29 15:01:27 2020 +0100

    Updating a few dependencies to avoid some CVEs (#75)
    
    Co-authored-by: Jean-Baptiste Onofré <jb...@apache.org>
---
 pom.xml                             | 4 ++--
 samples/camel-hazelcast-app/pom.xml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 54b4e3e..d6c0039 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,12 +37,12 @@
     <properties>
         <commons-lang3.version>3.8.1</commons-lang3.version>
         <easymock.version>3.4</easymock.version>
-        <fabric8.kubernetes-client.version>4.6.2</fabric8.kubernetes-client.version>
+        <fabric8.kubernetes-client.version>4.6.3</fabric8.kubernetes-client.version>
         <felix.bundlerepository.version>2.0.10</felix.bundlerepository.version>
         <felix.utils.version>1.11.0</felix.utils.version>
         <felix.webconsole.version>4.2.14</felix.webconsole.version>
         <hazelcast.version>3.12.8</hazelcast.version>
-        <jclouds.version>1.9.1</jclouds.version>
+        <jclouds.version>2.1.2</jclouds.version>
         <joda-time.version>2.10</joda-time.version>
         <junit.version>4.13</junit.version>
         <karaf.version>4.2.8</karaf.version>
diff --git a/samples/camel-hazelcast-app/pom.xml b/samples/camel-hazelcast-app/pom.xml
index 8391a03..9e56bf3 100644
--- a/samples/camel-hazelcast-app/pom.xml
+++ b/samples/camel-hazelcast-app/pom.xml
@@ -34,7 +34,7 @@
     <packaging>pom</packaging>
 
     <properties>
-        <camel.version>2.9.0</camel.version>
+        <camel.version>2.24.2</camel.version>
     </properties>
 
     <modules>