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 2020/09/03 13:36:27 UTC

[karaf] branch karaf-4.2.x updated: [KARAF-6825] Upgrade to bouncycastle 1.66

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

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


The following commit(s) were added to refs/heads/karaf-4.2.x by this push:
     new 1237e1d  [KARAF-6825] Upgrade to bouncycastle 1.66
1237e1d is described below

commit 1237e1d93871e8ee24c0a76336454749bc5b07de
Author: jbonofre <jb...@apache.org>
AuthorDate: Thu Sep 3 15:35:51 2020 +0200

    [KARAF-6825] Upgrade to bouncycastle 1.66
---
 assemblies/features/standard/src/main/feature/feature.xml | 4 ++--
 itests/test/src/test/filtered-resources/etc/feature.xml   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/assemblies/features/standard/src/main/feature/feature.xml b/assemblies/features/standard/src/main/feature/feature.xml
index b30a0c2..bfce5af 100644
--- a/assemblies/features/standard/src/main/feature/feature.xml
+++ b/assemblies/features/standard/src/main/feature/feature.xml
@@ -1024,8 +1024,8 @@ role=admin
         <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.apache.servicemix.bundles/org.apache.servicemix.bundles.not-yet-commons-ssl/0.3.11_1</bundle>
-        <bundle start-level="30">mvn:org.bouncycastle/bcprov-jdk15on/1.62</bundle>
-        <bundle start-level="30">mvn:org.bouncycastle/bcpkix-jdk15on/1.62</bundle>
+        <bundle start-level="30">mvn:org.bouncycastle/bcprov-jdk15on/1.66</bundle>
+        <bundle start-level="30">mvn:org.bouncycastle/bcpkix-jdk15on/1.66</bundle>
         <bundle start-level="30">mvn:org.apache.karaf.shell/org.apache.karaf.shell.ssh/${project.version}</bundle>
     </feature>
 
diff --git a/itests/test/src/test/filtered-resources/etc/feature.xml b/itests/test/src/test/filtered-resources/etc/feature.xml
index 3550e5f..274cee0 100644
--- a/itests/test/src/test/filtered-resources/etc/feature.xml
+++ b/itests/test/src/test/filtered-resources/etc/feature.xml
@@ -684,8 +684,8 @@
         <bundle start="true" start-level="30">mvn:org.apache.sshd/sshd-scp/${sshd.version}</bundle>
         <bundle start="true" start-level="30">mvn:org.apache.sshd/sshd-sftp/${sshd.version}</bundle>
         <bundle start="true" start-level="30">mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.not-yet-commons-ssl/0.3.11_1</bundle>
-        <bundle start="true" start-level="30">mvn:org.bouncycastle/bcprov-jdk15on/1.62</bundle>
-        <bundle start="true" start-level="30">mvn:org.bouncycastle/bcpkix-jdk15on/1.62</bundle>
+        <bundle start="true" start-level="30">mvn:org.bouncycastle/bcprov-jdk15on/1.66</bundle>
+        <bundle start="true" start-level="30">mvn:org.bouncycastle/bcpkix-jdk15on/1.66</bundle>
         <bundle start="true" start-level="30">mvn:org.apache.karaf.shell/org.apache.karaf.shell.ssh/${project.version}</bundle>
     </feature>