You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/11/27 07:56:19 UTC

[camel] branch master updated (6099471 -> fb5283c)

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

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


    from 6099471  Regen sns and others stuff
     new 1431bc4  Upgrade Braintree to version 3.3.0
     new fb5283c  Sync deps

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:
 camel-dependencies/pom.xml | 2 +-
 parent/pom.xml             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


[camel] 01/02: Upgrade Braintree to version 3.3.0

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

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

commit 1431bc4be3b62fbbf43c6f67fb93a66f66a77dce
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Nov 27 08:41:48 2020 +0100

    Upgrade Braintree to version 3.3.0
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 44318a1..92f8bbb 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -91,7 +91,7 @@
         <beanstalkd-client-version>1.4.6</beanstalkd-client-version>
         <bouncycastle-version>1.66</bouncycastle-version>
         <box-java-sdk-version>2.51.0</box-java-sdk-version>
-        <braintree-gateway-version>3.2.0</braintree-gateway-version>
+        <braintree-gateway-version>3.3.0</braintree-gateway-version>
         <brave-zipkin-version>5.13.1</brave-zipkin-version>
         <build-helper-maven-plugin-version>3.1.0</build-helper-maven-plugin-version>
         <c3p0-version>0.9.5.5</c3p0-version>


[camel] 02/02: Sync deps

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

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

commit fb5283c70a36ab59a45779c9d38a981f614cc068
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Nov 27 08:50:27 2020 +0100

    Sync deps
---
 camel-dependencies/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 80af071..164b016 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -83,7 +83,7 @@
     <beanstalkd-client-version>1.4.6</beanstalkd-client-version>
     <bouncycastle-version>1.66</bouncycastle-version>
     <box-java-sdk-version>2.51.0</box-java-sdk-version>
-    <braintree-gateway-version>3.2.0</braintree-gateway-version>
+    <braintree-gateway-version>3.3.0</braintree-gateway-version>
     <brave-zipkin-version>5.13.1</brave-zipkin-version>
     <build-helper-maven-plugin-version>3.1.0</build-helper-maven-plugin-version>
     <c3p0-version>0.9.5.5</c3p0-version>