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

tomaswolf pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git

commit 6c215e8cfb0fde02ddcc58681f965b9904e11e12
Author: Thomas Wolf <[email protected]>
AuthorDate: Sun Apr 19 19:45:10 2026 +0200

    Bump BCFIPS bundles used in a test
    
    bcpkix-fips 2.0.10 -> 2.0.11
    bcutil-fips 2.0.5  -> 2.0.6
---
 sshd-core/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sshd-core/pom.xml b/sshd-core/pom.xml
index b0b426f0b..9b8f71d36 100644
--- a/sshd-core/pom.xml
+++ b/sshd-core/pom.xml
@@ -272,7 +272,7 @@
                                         <additionalClasspathDependency>
                                             <groupId>org.bouncycastle</groupId>
                                             
<artifactId>bcpkix-fips</artifactId>
-                                            <version>2.0.10</version>
+                                            <version>2.0.11</version>
                                         </additionalClasspathDependency>
                                         <additionalClasspathDependency>
                                             <groupId>org.bouncycastle</groupId>
@@ -282,7 +282,7 @@
                                         <additionalClasspathDependency>
                                             <groupId>org.bouncycastle</groupId>
                                             
<artifactId>bcutil-fips</artifactId>
-                                            <version>2.0.5</version>
+                                            <version>2.0.6</version>
                                         </additionalClasspathDependency>
                                     </additionalClasspathDependencies>
                                 </configuration>

Reply via email to