This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch karaf-4.3.x
in repository https://gitbox.apache.org/repos/asf/karaf.git
The following commit(s) were added to refs/heads/karaf-4.3.x by this push:
new 3f869a3dfc [KARAF-7468] Upgrade to bouncycastle 1.70
3f869a3dfc is described below
commit 3f869a3dfc344663fc02ba499459f46bf60817c2
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Wed Jun 29 14:25:31 2022 +0200
[KARAF-7468] Upgrade to bouncycastle 1.70
(cherry picked from commit 303438144ebc5eff85e2b7495507009d438198f9)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 9872a45123..fabd47c898 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>