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 e32c637280 KARAF-7988: Upgrade to BouncyCastle 1.81 (#1976)
e32c637280 is described below

commit e32c6372803eda2227d1c5bd7326dd1c334dec43
Author: JB Onofré <[email protected]>
AuthorDate: Mon Jul 28 16:13:27 2025 +0200

    KARAF-7988: Upgrade to BouncyCastle 1.81 (#1976)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 983ff780e4..14c4ad4d32 100644
--- a/pom.xml
+++ b/pom.xml
@@ -170,7 +170,7 @@
         <asm.version>9.8</asm.version>
         <javax.annotation.version>1.3.2</javax.annotation.version>
         <awaitility.version>3.1.6</awaitility.version>
-        <bouncycastle.version>1.78.1</bouncycastle.version>
+        <bouncycastle.version>1.81</bouncycastle.version>
         <camel.version>3.6.0</camel.version>
         <cglib.bundle.version>3.2.9_1</cglib.bundle.version>
         <cxf.version>3.6.5</cxf.version>

Reply via email to