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 2022/04/06 09:16:36 UTC

[camel] 01/02: Upgrade Braintree Java to version 3.15.0

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

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

commit 4f78307994d5ebcd146ac779519cf5376def95c2
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Apr 6 11:12:29 2022 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index f0b04541e90..e85260eb9d8 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -96,7 +96,7 @@
         <azure-storage-queue-version>12.11.4</azure-storage-queue-version>
         <bouncycastle-version>1.70</bouncycastle-version>
         <box-java-sdk-version>2.58.0</box-java-sdk-version>
-        <braintree-gateway-version>3.14.0</braintree-gateway-version>
+        <braintree-gateway-version>3.15.0</braintree-gateway-version>
         <brave-zipkin-version>5.13.3</brave-zipkin-version>
         <build-helper-maven-plugin-version>3.2.0</build-helper-maven-plugin-version>
         <c3p0-version>0.9.5.5</c3p0-version>