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 <[email protected]>
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>
 

Reply via email to