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 749f770  [KARAF-7240] Upgrade to bouncycastle 1.68
     new 6571415  Merge pull request #1419 from jbonofre/KARAF-7240
749f770 is described below

commit 749f770bd6be340a33818bce61c640674d06cee6
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Tue Aug 17 13:56:50 2021 +0200

    [KARAF-7240] Upgrade to bouncycastle 1.68
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5b97791..932881b 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.66</bouncycastle.version>
+        <bouncycastle.version>1.68</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>

Reply via email to