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 df99310ca1 KARAF-7988: Upgrade to BouncyCastle 1.81 (#1976)
df99310ca1 is described below
commit df99310ca185bc4d59dcb2f3f55366d4108c522a
Author: JB Onofré <[email protected]>
AuthorDate: Mon Jul 28 16:13:27 2025 +0200
KARAF-7988: Upgrade to BouncyCastle 1.81 (#1976)
(cherry picked from commit e32c6372803eda2227d1c5bd7326dd1c334dec43)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index b617a4e994..d5e3b0a273 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>