This is an automated email from the ASF dual-hosted git repository.

chibenwa pushed a commit to branch 3.9.x
in repository https://gitbox.apache.org/repos/asf/james-project.git

commit 8e34927544504fea0657e025ff74008225b9b52c
Author: Benoit TELLIER <[email protected]>
AuthorDate: Fri Sep 11 15:54:58 2026 +0200

    [UPGRADE] BouncyCastle 1.82 -> 1.85
---
 pom.xml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 628c5f9aac..615d3f2a6a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -678,7 +678,7 @@
         <io.micrometer.core.version>1.15.1</io.micrometer.core.version>
         <io.micrometer.tracing.version>1.5.1</io.micrometer.tracing.version>
 
-        <bouncycastle.version>1.82</bouncycastle.version>
+        <bouncycastle.version>1.85</bouncycastle.version>
 
         <scala.base>2.13</scala.base>
         <scala.version>${scala.base}.16</scala.version>
@@ -2854,6 +2854,11 @@
                 <artifactId>bcprov-jdk18on</artifactId>
                 <version>${bouncycastle.version}</version>
             </dependency>
+            <dependency>
+                <groupId>org.bouncycastle</groupId>
+                <artifactId>bcutil-jdk18on</artifactId>
+                <version>${bouncycastle.version}</version>
+            </dependency>
             <dependency>
                 <groupId>org.eclipse.angus</groupId>
                 <artifactId>angus-activation</artifactId>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to