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 2023/03/31 09:20:15 UTC

[camel] 01/02: Upgrade Bouncycastle to version 1.72

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 6565b1ff76fbc9b58d468fe2843994cec6e111be
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 31 11:14:33 2023 +0200

    Upgrade Bouncycastle to version 1.72
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 8c5067e98ff..9aa075b61a3 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -74,7 +74,7 @@
         <axiom-version>1.2.14</axiom-version>
         <azure-sdk-bom-version>1.2.11</azure-sdk-bom-version>
         <azure-storage-blob-changefeed-version>12.0.0-beta.18</azure-storage-blob-changefeed-version>
-        <bouncycastle-version>1.71</bouncycastle-version>
+        <bouncycastle-version>1.72</bouncycastle-version>
         <box-java-sdk-version>2.58.0</box-java-sdk-version>
         <braintree-gateway-version>3.21.0</braintree-gateway-version>
         <build-helper-maven-plugin-version>3.2.0</build-helper-maven-plugin-version>