You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2021/08/27 05:12:42 UTC

[karaf] branch main updated: [KARAF-7243] Upgrade to bouncycastle 1.69

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

jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/main by this push:
     new eb43421  [KARAF-7243] Upgrade to bouncycastle 1.69
     new 532e395  Merge pull request #1424 from jbonofre/KARAF-7243
eb43421 is described below

commit eb434212c9857cadd3fb1e9071dc1cbcb3154ff4
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Thu Aug 26 17:06:51 2021 +0200

    [KARAF-7243] Upgrade to bouncycastle 1.69
---
 assemblies/features/standard/pom.xml                      | 6 ++++++
 assemblies/features/standard/src/main/feature/feature.xml | 1 +
 pom.xml                                                   | 2 +-
 3 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/assemblies/features/standard/pom.xml b/assemblies/features/standard/pom.xml
index 5fb3a42..f3d7de7 100644
--- a/assemblies/features/standard/pom.xml
+++ b/assemblies/features/standard/pom.xml
@@ -327,6 +327,12 @@
             <scope>provided</scope>
         </dependency>
         <dependency>
+            <groupId>org.bouncycastle</groupId>
+            <artifactId>bcutil-jdk15on</artifactId>
+            <version>${bouncycastle.version}</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
             <groupId>org.apache.karaf.shell</groupId>
             <artifactId>org.apache.karaf.shell.ssh</artifactId>
             <scope>provided</scope>
diff --git a/assemblies/features/standard/src/main/feature/feature.xml b/assemblies/features/standard/src/main/feature/feature.xml
index 629cc77..7169139 100644
--- a/assemblies/features/standard/src/main/feature/feature.xml
+++ b/assemblies/features/standard/src/main/feature/feature.xml
@@ -991,6 +991,7 @@ role=admin
         <bundle start-level="30">mvn:org.apache.sshd/sshd-osgi/${sshd.version}</bundle>
         <bundle start-level="30">mvn:org.apache.sshd/sshd-scp/${sshd.version}</bundle>
         <bundle start-level="30">mvn:org.apache.sshd/sshd-sftp/${sshd.version}</bundle>
+	<bundle start-level="30">mvn:org.bouncycastle/bcutil-jdk15on/${bouncycastle.version}</bundle>
         <bundle start-level="30">mvn:org.bouncycastle/bcprov-jdk15on/${bouncycastle.version}</bundle>
         <bundle start-level="30">mvn:org.bouncycastle/bcpkix-jdk15on/${bouncycastle.version}</bundle>
         <bundle start-level="30">mvn:org.apache.karaf.shell/org.apache.karaf.shell.ssh/${project.version}</bundle>
diff --git a/pom.xml b/pom.xml
index 4e26f8a..0ff8e5e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -169,7 +169,7 @@
         <asm.version>9.2</asm.version>
         <javax.annotation.version>1.3.1</javax.annotation.version>
         <awaitility.version>3.1.6</awaitility.version>
-        <bouncycastle.version>1.68</bouncycastle.version>
+        <bouncycastle.version>1.69</bouncycastle.version>
         <camel.version>3.6.0</camel.version>
         <cglib.bundle.version>3.2.9_1</cglib.bundle.version>
         <cxf.version>3.4.3</cxf.version>