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 303438144e [KARAF-7468] Upgrade to bouncycastle 1.70
new 1f3ed4cd2e Merge pull request #1580 from jbonofre/KARAF-7468
303438144e is described below
commit 303438144ebc5eff85e2b7495507009d438198f9
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Wed Jun 29 14:25:31 2022 +0200
[KARAF-7468] Upgrade to bouncycastle 1.70
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 71504f5371..9c4c199ddd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -169,7 +169,7 @@
<asm.version>9.3</asm.version>
<javax.annotation.version>1.3.2</javax.annotation.version>
<awaitility.version>3.1.6</awaitility.version>
- <bouncycastle.version>1.69</bouncycastle.version>
+ <bouncycastle.version>1.70</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>