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 11a24a18d4 Upgrade bouncycastle from 1.85 to 1.86 (#2896)
11a24a18d4 is described below

commit 11a24a18d408571d5ae061a1632f335a4c2e621b
Author: Holger Friedrich <[email protected]>
AuthorDate: Sun Sep 13 07:06:41 2026 +0200

    Upgrade bouncycastle from 1.85 to 1.86 (#2896)
    
    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 5792b215f4..6b83c9e265 100644
--- a/pom.xml
+++ b/pom.xml
@@ -169,7 +169,7 @@
         <asm.version>9.10.1</asm.version>
         <jakarta.annotation.version>2.1.1</jakarta.annotation.version>
         <awaitility.version>4.3.0</awaitility.version>
-        <bouncycastle.version>1.85</bouncycastle.version>
+        <bouncycastle.version>1.86</bouncycastle.version>
         <camel.version>4.18.2</camel.version>
         <cglib.version>3.2.9</cglib.version>
         <cxf.version>4.2.3</cxf.version>

Reply via email to