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

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


The following commit(s) were added to refs/heads/master by this push:
     new 22c94b3dc Bump dependencies
22c94b3dc is described below

commit 22c94b3dc09c4b568207a31a56fc9e4d3ca36b4e
Author: Thomas Wolf <[email protected]>
AuthorDate: Sat Mar 14 11:54:49 2026 +0100

    Bump dependencies
    
    * org.apache:apache                   36     -> 37
    * org.codehaus.plexus:plexus-archiver 4.10.3 -> 4.11.0
    * org.owasp:dependency-check-maven    12.1.8 -> 12.2.0
    * io.grpc:*                           1.76.0 -> 1.78.0
    * net.sourceforge.pmd:pmd-core        7.20.0 -> 7.22.0
    * org.assertj:assertj-core            3.27.6 -> 3.27.7
---
 pom.xml              | 10 +++++-----
 sshd-contrib/pom.xml |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 77bbf60db..e50762840 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
-        <version>36</version>
+        <version>37</version>
     </parent>
 
     <groupId>org.apache.sshd</groupId>
@@ -112,12 +112,12 @@
             <!-- mockito 5.0 requires Java 11. -->
         <mockito.version>4.11.0</mockito.version>
         <testcontainers.version>1.21.3</testcontainers.version>
-        <grpc.version>1.76.0</grpc.version> <!-- Used only in tests -->
+        <grpc.version>1.78.0</grpc.version> <!-- Used only in tests -->
 
         <maven.archiver.version>3.6.5</maven.archiver.version>
-        <plexus.archiver.version>4.10.3</plexus.archiver.version>
+        <plexus.archiver.version>4.11.0</plexus.archiver.version>
         <!-- See https://pmd.github.io/ for available latest version -->
-        <pmd.version>7.20.0</pmd.version>
+        <pmd.version>7.22.0</pmd.version>
 
         <sshd.tests.timeout.factor>1.0</sshd.tests.timeout.factor>
         <sshd.tests.rerun.count>2</sshd.tests.rerun.count>
@@ -218,7 +218,7 @@
                     <plugin>
                         <groupId>org.owasp</groupId>
                         <artifactId>dependency-check-maven</artifactId>
-                        <version>12.1.8</version>
+                        <version>12.2.0</version>
                             <!-- see 
https://jeremylong.github.io/DependencyCheck/dependency-check-maven/configuration.html
 -->
                         <configuration>
                                 <!-- see 
https://github.com/jeremylong/DependencyCheck/issues/1394 -->
diff --git a/sshd-contrib/pom.xml b/sshd-contrib/pom.xml
index e20171e52..929ee8527 100644
--- a/sshd-contrib/pom.xml
+++ b/sshd-contrib/pom.xml
@@ -98,7 +98,7 @@
         <dependency>
             <groupId>org.assertj</groupId>
             <artifactId>assertj-core</artifactId>
-            <version>3.27.6</version>
+            <version>3.27.7</version>
             <scope>test</scope>
         </dependency>
     </dependencies>

Reply via email to