You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/06/16 08:30:49 UTC

[camel] branch camel-3.14.x updated: CAMEL-19458: Upgrade to bouncycastle 1.74

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

davsclaus pushed a commit to branch camel-3.14.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-3.14.x by this push:
     new 5389efe14a8 CAMEL-19458: Upgrade to bouncycastle 1.74
5389efe14a8 is described below

commit 5389efe14a84d1cf24ea971ffc743f5c287eadbd
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Jun 16 10:30:38 2023 +0200

    CAMEL-19458: Upgrade to bouncycastle 1.74
---
 camel-dependencies/pom.xml | 2 +-
 parent/pom.xml             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index aceeeb8b62a..a566e9ed894 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -80,7 +80,7 @@
     <azure-storage-queue-version>12.11.1</azure-storage-queue-version>
     <beanio-version>2.1.0</beanio-version>
     <beanstalkd-client-version>1.4.6</beanstalkd-client-version>
-    <bouncycastle-version>1.70</bouncycastle-version>
+    <bouncycastle-version>1.74</bouncycastle-version>
     <box-java-sdk-version>2.58.0</box-java-sdk-version>
     <braintree-gateway-version>3.13.0</braintree-gateway-version>
     <brave-zipkin-version>5.13.3</brave-zipkin-version>
diff --git a/parent/pom.xml b/parent/pom.xml
index 0158ba466fe..8e7772c9f5b 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -95,7 +95,7 @@
         <azure-storage-queue-version>12.11.1</azure-storage-queue-version>
         <beanio-version>2.1.0</beanio-version>
         <beanstalkd-client-version>1.4.6</beanstalkd-client-version>
-        <bouncycastle-version>1.70</bouncycastle-version>
+        <bouncycastle-version>1.74</bouncycastle-version>
         <box-java-sdk-version>2.58.0</box-java-sdk-version>
         <braintree-gateway-version>3.13.0</braintree-gateway-version>
         <brave-zipkin-version>5.13.3</brave-zipkin-version>