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

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

commit 6813b9de8037012c521696b5a7f59374dab17782
Author: Rene Cordier <[email protected]>
AuthorDate: Mon Feb 5 15:56:19 2024 +0700

    [Fix] BouncyCastle 1.70 -> 1.77 (fixes multiple minor CVEs)
---
 server/mailet/integration-testing/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/server/mailet/integration-testing/pom.xml 
b/server/mailet/integration-testing/pom.xml
index bde166d48a..94fd366a87 100644
--- a/server/mailet/integration-testing/pom.xml
+++ b/server/mailet/integration-testing/pom.xml
@@ -127,6 +127,10 @@
             <groupId>net.javacrumbs.json-unit</groupId>
             <artifactId>json-unit-assertj</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.bouncycastle</groupId>
+            <artifactId>bcpkix-jdk18on</artifactId>
+        </dependency>
         <dependency>
             <groupId>org.hamcrest</groupId>
             <artifactId>java-hamcrest</artifactId>


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

Reply via email to