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

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

commit 0b48b6bd75391cf68b3debda6d950d2656c54540
Author: Claus Ibsen <[email protected]>
AuthorDate: Wed Jun 22 11:50:25 2022 +0200

    CAMEL-18122: Upgrade to bouncycastle 1.71
---
 camel-dependencies/pom.xml                            |  2 +-
 components/camel-crypto/pom.xml                       |  4 ++--
 components/camel-ftp/pom.xml                          |  4 ++--
 components/camel-ssh/pom.xml                          |  4 ++--
 components/camel-ssh/src/main/docs/ssh-component.adoc | 10 +++++-----
 parent/pom.xml                                        |  2 +-
 6 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 4045cd63636..00fe191ffb5 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -77,7 +77,7 @@
     <azure-storage-blob-version>12.16.1</azure-storage-blob-version>
     <azure-storage-datalake-version>12.9.1</azure-storage-datalake-version>
     <azure-storage-queue-version>12.12.2</azure-storage-queue-version>
-    <bouncycastle-version>1.70</bouncycastle-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>
     <brave-zipkin-version>5.13.3</brave-zipkin-version>
diff --git a/components/camel-crypto/pom.xml b/components/camel-crypto/pom.xml
index 5bf00b0a740..c1c6cb25ae7 100644
--- a/components/camel-crypto/pom.xml
+++ b/components/camel-crypto/pom.xml
@@ -42,12 +42,12 @@
         </dependency>
         <dependency>
             <groupId>org.bouncycastle</groupId>
-            <artifactId>bcpg-jdk15on</artifactId>
+            <artifactId>bcpg-jdk18on</artifactId>
             <version>${bouncycastle-version}</version>
         </dependency>
         <dependency>
             <groupId>org.bouncycastle</groupId>
-            <artifactId>bcprov-jdk15on</artifactId>
+            <artifactId>bcprov-jdk18on</artifactId>
             <version>${bouncycastle-version}</version>
         </dependency>
 
diff --git a/components/camel-ftp/pom.xml b/components/camel-ftp/pom.xml
index 2599fff83d7..0c3b62a0209 100644
--- a/components/camel-ftp/pom.xml
+++ b/components/camel-ftp/pom.xml
@@ -163,13 +163,13 @@
         <!-- needed for sftp server -->
         <dependency>
             <groupId>org.bouncycastle</groupId>
-            <artifactId>bcpg-jdk15on</artifactId>
+            <artifactId>bcpg-jdk18on</artifactId>
             <version>${bouncycastle-version}</version>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.bouncycastle</groupId>
-            <artifactId>bcpkix-jdk15on</artifactId>
+            <artifactId>bcpkix-jdk18on</artifactId>
             <version>${bouncycastle-version}</version>
             <scope>test</scope>
         </dependency>
diff --git a/components/camel-ssh/pom.xml b/components/camel-ssh/pom.xml
index 71f6610c3b6..498db71d6d6 100644
--- a/components/camel-ssh/pom.xml
+++ b/components/camel-ssh/pom.xml
@@ -47,12 +47,12 @@
 
         <dependency>
             <groupId>org.bouncycastle</groupId>
-            <artifactId>bcpg-jdk15on</artifactId>
+            <artifactId>bcpg-jdk18on</artifactId>
             <version>${bouncycastle-version}</version>
         </dependency>
         <dependency>
             <groupId>org.bouncycastle</groupId>
-            <artifactId>bcpkix-jdk15on</artifactId>
+            <artifactId>bcpkix-jdk18on</artifactId>
             <version>${bouncycastle-version}</version>
         </dependency>
         <dependency>
diff --git a/components/camel-ssh/src/main/docs/ssh-component.adoc 
b/components/camel-ssh/src/main/docs/ssh-component.adoc
index 8ca8a42f507..17e15cfd07c 100644
--- a/components/camel-ssh/src/main/docs/ssh-component.adoc
+++ b/components/camel-ssh/src/main/docs/ssh-component.adoc
@@ -132,17 +132,17 @@ The component uses `sshd-core` library which is based on 
either `bouncycastle` o
 <dependency>
   <groupId>org.apache.sshd</groupId>
   <artifactId>sshd-core</artifactId>
-  <version>2.0.0</version>
+  <version>2.8.0</version>
 </dependency>
 <dependency>
   <groupId>org.bouncycastle</groupId>
-  <artifactId>bcpg-jdk15on</artifactId>
-  <version>1.65</version>
+  <artifactId>bcpg-jdk18on</artifactId>
+  <version>1.71</version>
 </dependency>
 <dependency>
   <groupId>org.bouncycastle</groupId>
-  <artifactId>bcpkix-jdk15on</artifactId>
-  <version>1.65</version>
+  <artifactId>bcpkix-jdk18on</artifactId>
+  <version>1.71</version>
 </dependency>
 -----------------------------------------
 
diff --git a/parent/pom.xml b/parent/pom.xml
index a5d7743d476..64f646c3d65 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -94,7 +94,7 @@
         
<azure-storage-blob-changefeed-version>12.0.0-beta.17</azure-storage-blob-changefeed-version>
         <azure-storage-datalake-version>12.9.1</azure-storage-datalake-version>
         <azure-storage-queue-version>12.12.2</azure-storage-queue-version>
-        <bouncycastle-version>1.70</bouncycastle-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>
         <brave-zipkin-version>5.13.3</brave-zipkin-version>

Reply via email to