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/25 12:55:34 UTC

[camel] 01/02: Upgrade Braintree Java to version 3.18.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 19796993e1a2abcc947135ceae216504503e1758
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Aug 25 14:53:06 2022 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index a66bfc4ee18..6ff0661c1e6 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -98,7 +98,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.17.0</braintree-gateway-version>
+        <braintree-gateway-version>3.18.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>