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/08/01 12:22:36 UTC

[camel] 01/02: Upgrade Braintree Java to version 3.17.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 e3209a3ccd7dff74803e104c77c06e745a63b283
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Aug 1 14:19:47 2022 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 8c9adc90edb..31445046a64 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -96,7 +96,7 @@
         <azure-storage-queue-version>12.12.2</azure-storage-queue-version>
         <bouncycastle-version>1.71</bouncycastle-version>
         <box-java-sdk-version>2.58.0</box-java-sdk-version>
-        <braintree-gateway-version>3.16.1</braintree-gateway-version>
+        <braintree-gateway-version>3.17.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>