This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch karaf-4.4.x
in repository https://gitbox.apache.org/repos/asf/karaf.git
The following commit(s) were added to refs/heads/karaf-4.4.x by this push:
new 0c27a7b08f Upgrade bouncycastle from 1.85 to 1.86 (#2895)
0c27a7b08f is described below
commit 0c27a7b08fcabb5f5f891ee11eefa8ab48ecbcce
Author: Holger Friedrich <[email protected]>
AuthorDate: Mon Sep 14 09:15:07 2026 +0200
Upgrade bouncycastle from 1.85 to 1.86 (#2895)
Changelog:
https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.md
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 8932c64389..690e37f0c2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -170,7 +170,7 @@
<asm.version>9.10.1</asm.version>
<javax.annotation.version>1.3.2</javax.annotation.version>
<awaitility.version>3.1.6</awaitility.version>
- <bouncycastle.version>1.85</bouncycastle.version>
+ <bouncycastle.version>1.86</bouncycastle.version>
<camel.version>3.22.4</camel.version>
<cglib.bundle.version>3.2.9_1</cglib.bundle.version>
<cxf.version>3.6.12</cxf.version>