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 2019/11/18 20:17:53 UTC

[karaf] branch master updated: Updating AMQ + Quartz to avoid some CVE notices

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.git


The following commit(s) were added to refs/heads/master by this push:
     new 4e2e96c  Updating AMQ + Quartz to avoid some CVE notices
     new 5d76181  Merge pull request #996 from coheigea/amq_quartz
4e2e96c is described below

commit 4e2e96c61965458122167c099db7895e1981407d
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Mon Nov 18 14:22:30 2019 +0000

    Updating AMQ + Quartz to avoid some CVE notices
---
 pom.xml           | 2 +-
 scheduler/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0e52375..de6b673 100644
--- a/pom.xml
+++ b/pom.xml
@@ -137,7 +137,7 @@
     </developers>
 
     <properties>
-        <activemq.version>5.15.9</activemq.version>
+        <activemq.version>5.15.10</activemq.version>
         <aopalliance.bundle.version>1.0_6</aopalliance.bundle.version>
         <aspectj.bundle.version>1.9.4_1</aspectj.bundle.version>
         <ant.bundle.version>1.10.7_1</ant.bundle.version>
diff --git a/scheduler/pom.xml b/scheduler/pom.xml
index 8c5a8e6..36932b0 100644
--- a/scheduler/pom.xml
+++ b/scheduler/pom.xml
@@ -112,7 +112,7 @@
         <dependency>
             <groupId>org.quartz-scheduler</groupId>
             <artifactId>quartz</artifactId>
-            <version>2.3.1</version>
+            <version>2.3.2</version>
             <scope>provided</scope>
         </dependency>
         <dependency>