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/12/04 16:28:46 UTC

[camel] branch master updated (768f36a -> d8efa18)

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 768f36a  Fixed build in tests jmh
     new abc24ef  Upgrade Braintree Java to version 3.4.0
     new d8efa18  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 Java to version 3.4.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 abc24efa04c0e696cfd2d1120ecf84b6ddc1aa0a
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Dec 4 17:25:13 2020 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index d3ded93..8cc4d48 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.52.0</box-java-sdk-version>
-        <braintree-gateway-version>3.3.0</braintree-gateway-version>
+        <braintree-gateway-version>3.4.0</braintree-gateway-version>
         <brave-zipkin-version>5.13.2</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 d8efa18d0b978f644c85378c5f7ca4d5f000785c
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Dec 4 17:26:05 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 0b91cfd..8483389 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.52.0</box-java-sdk-version>
-    <braintree-gateway-version>3.3.0</braintree-gateway-version>
+    <braintree-gateway-version>3.4.0</braintree-gateway-version>
     <brave-zipkin-version>5.13.2</brave-zipkin-version>
     <build-helper-maven-plugin-version>3.1.0</build-helper-maven-plugin-version>
     <c3p0-version>0.9.5.5</c3p0-version>