You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by co...@apache.org on 2019/12/03 13:11:42 UTC

[camel] branch camel-2.x updated: Updating Quartz to pick up a CVE fix for C3p0

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

coheigea pushed a commit to branch camel-2.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-2.x by this push:
     new fb5401a  Updating Quartz to pick up a CVE fix for C3p0
fb5401a is described below

commit fb5401a7542f924dc971f5d85ab152089f7ed4d9
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Tue Dec 3 13:11:14 2019 +0000

    Updating Quartz to pick up a CVE fix for C3p0
---
 parent/pom.xml                                           | 8 ++++----
 platforms/karaf/features/src/main/resources/features.xml | 4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index a31af9f..2014789 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -99,8 +99,8 @@
     <braintree-gateway-version>2.89.0</braintree-gateway-version>
     <brave-zipkin-version>5.6.0</brave-zipkin-version>
     <build-helper-maven-plugin-version>1.12</build-helper-maven-plugin-version>
-    <c3p0-version>0.9.5.3</c3p0-version>
-    <c3p0-bundle-version>0.9.5.3_1</c3p0-bundle-version>
+    <c3p0-version>0.9.5.4</c3p0-version>
+    <c3p0-bundle-version>0.9.5.4_1</c3p0-bundle-version>
     <caffeine-version>2.6.2</caffeine-version>
     <californium-version>2.0.0-M14</californium-version>
     <camel-test-spring-artifactId>camel-test-spring</camel-test-spring-artifactId>
@@ -295,7 +295,7 @@
     <hdrhistrogram-version>2.1.10</hdrhistrogram-version>
     <hibernate-validator-version>6.0.14.Final</hibernate-validator-version>
     <hibernate-version>5.2.16.Final</hibernate-version>
-    <hikaricp-version>2.3.13</hikaricp-version>
+    <hikaricp-version>2.4.13</hikaricp-version>
     <hk2-version>2.3.0</hk2-version>
     <hk2-osgi-resource-version>1.0.1</hk2-osgi-resource-version>
     <hsqldb-version>2.4.1</hsqldb-version>
@@ -582,7 +582,7 @@
     <quartz-bundle-version>1.8.6_1</quartz-bundle-version>
     <quartz-version>1.8.6</quartz-version>
     <quartz-version-range>[1.8,2)</quartz-version-range>
-    <quartz2-version>2.3.0</quartz2-version>
+    <quartz2-version>2.3.2</quartz2-version>
     <quickfixj-version>2.1.0</quickfixj-version>
     <rabbitmq-amqp-client-version>5.5.1</rabbitmq-amqp-client-version>
     <reactive-streams-version>1.0.2</reactive-streams-version>
diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml
index 90bf6a0..a4592b1 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -1902,9 +1902,9 @@
   </feature>
   <feature name='camel-quartz2' version='${project.version}' resolver='(obr)' start-level='50'>
     <bundle dependency='true'>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.c3p0/${c3p0-bundle-version}</bundle>
-    <bundle dependency='true'>mvn:com.zaxxer/HikariCP-java6/${hikaricp-version}</bundle>
+    <bundle dependency='true'>mvn:com.zaxxer/HikariCP-java7/${hikaricp-version}</bundle>
     <bundle dependency='true'>wrap:mvn:org.quartz-scheduler/quartz/${quartz2-version}$overwrite=merge&amp;DynamicImport-Package=org.apache.camel.component.quartz2</bundle>
-    <feature version='${project.version}'>camel-core</feature>
+  <feature version='${project.version}'>camel-core</feature>
     <bundle>mvn:org.apache.camel/camel-quartz2/${project.version}</bundle>
   </feature>
   <feature name='camel-quickfix' version='${project.version}' resolver='(obr)' start-level='50'>