You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2020/12/09 06:15:59 UTC

[camel] branch master updated (9356a22 -> 40a32eb)

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

davsclaus pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 9356a22  Regen
     new 87469f2  Upgrade jooq
     new 40a32eb  Upgrade cxf to 3.4.1

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 components/camel-jsch/pom.xml | 2 +-
 parent/pom.xml                | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)


[camel] 02/02: Upgrade cxf to 3.4.1

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 40a32eb252573a3ceb35f3b766349586074eb947
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Dec 9 07:13:33 2020 +0100

    Upgrade cxf to 3.4.1
---
 parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 5b48f2c..947f2dd 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -137,9 +137,9 @@
         <corda-version>4.6</corda-version>
         <couchbase-client-version>3.1.0</couchbase-client-version>
         <curator-version>4.3.0</curator-version>
-        <cxf-version>3.4.0</cxf-version>
+        <cxf-version>3.4.1</cxf-version>
         <cxf-version-range>[3.3,4.0)</cxf-version-range>
-        <cxf-codegen-plugin-version>3.4.0</cxf-codegen-plugin-version>
+        <cxf-codegen-plugin-version>3.4.1</cxf-codegen-plugin-version>
         <!-- cxf-xjc is not released as often -->
         <cxf-xjc-plugin-version>3.3.1</cxf-xjc-plugin-version>
         <cxf-xjc-utils-version>3.3.1</cxf-xjc-utils-version>


[camel] 01/02: Upgrade jooq

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 87469f26fa7296b780b38cb74979f110c75f78d4
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Dec 9 07:06:47 2020 +0100

    Upgrade jooq
---
 components/camel-jsch/pom.xml | 2 +-
 parent/pom.xml                | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/camel-jsch/pom.xml b/components/camel-jsch/pom.xml
index ac97d63..8ef2818 100644
--- a/components/camel-jsch/pom.xml
+++ b/components/camel-jsch/pom.xml
@@ -33,7 +33,7 @@
 
     <properties>
         <camel.osgi.import.before.defaults>
-            com.jcraft.jsch.*;version="[0.1.40,0.2)"
+            com.jcraft.jsch.*;version="[0.1.5,0.2)"
         </camel.osgi.import.before.defaults>
     </properties>
 
diff --git a/parent/pom.xml b/parent/pom.xml
index fa4e2ca..5b48f2c 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -328,7 +328,7 @@
         <jolokia-version>1.6.2</jolokia-version>
         <jolt-version>0.1.1</jolt-version>
         <jool-version>0.9.12</jool-version>
-        <jooq-version>3.14.3</jooq-version>
+        <jooq-version>3.14.4</jooq-version>
         <joor-version>0.9.13</joor-version>
         <johnzon-version>1.2.8</johnzon-version>
         <jose4j-version>0.6.4</jose4j-version>