You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by wl...@apache.org on 2019/06/07 05:02:56 UTC

[incubator-tamaya-sandbox] branch master updated: TAMAYA-410 bump camel-core version past CVE-2019-0188

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

wlieurance pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tamaya-sandbox.git


The following commit(s) were added to refs/heads/master by this push:
     new c9663a9  TAMAYA-410 bump camel-core version past CVE-2019-0188
     new 4723a36  Merge pull request #30 from peculater/TAMAYA-410-camel-core-cve
c9663a9 is described below

commit c9663a9af3fd2762ae2c2cbadff17860f7af7195
Author: William Lieurance <wi...@namikoda.com>
AuthorDate: Thu Jun 6 23:55:13 2019 -0500

    TAMAYA-410 bump camel-core version past CVE-2019-0188
---
 camel/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/camel/pom.xml b/camel/pom.xml
index fe6f388..e3c0589 100644
--- a/camel/pom.xml
+++ b/camel/pom.xml
@@ -31,7 +31,7 @@ under the License.
     <packaging>jar</packaging>
 
     <properties>
-        <camel.version>2.17.6</camel.version>
+        <camel.version>2.24.0</camel.version>
     </properties>
 
     <build>