You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2022/06/27 10:12:44 UTC

[camel-k-runtime] branch camel-main updated: CAMEL-18122: Upgrade to bouncycastle 1.71

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

orpiske pushed a commit to branch camel-main
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git


The following commit(s) were added to refs/heads/camel-main by this push:
     new 11d27f96 CAMEL-18122: Upgrade to bouncycastle 1.71
11d27f96 is described below

commit 11d27f96025edabf743389c6a312dbcf5a1ea483
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Thu Jun 23 11:08:56 2022 +0200

    CAMEL-18122: Upgrade to bouncycastle 1.71
---
 itests/camel-k-itests-master/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/itests/camel-k-itests-master/pom.xml b/itests/camel-k-itests-master/pom.xml
index 15ae31c0..e2cff773 100644
--- a/itests/camel-k-itests-master/pom.xml
+++ b/itests/camel-k-itests-master/pom.xml
@@ -75,12 +75,12 @@
 
         <dependency>
             <groupId>org.bouncycastle</groupId>
-            <artifactId>bcprov-ext-jdk15on</artifactId>
+            <artifactId>bcprov-ext-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>