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

commit 2f9f053fee11f012f21c2765389e9ba9bb1cd252
Author: Thomas Wolf <[email protected]>
AuthorDate: Thu Apr 16 20:38:36 2026 +0200

    Bump build plug-in versions
    
    impsort        1.12.0 -> 1.13.0
    maven-archiver 3.6.5  -> 3.6.6
    commons-io     2.20.0 -> 2.21.0
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 39efd3e80..ea17a71fb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -114,7 +114,7 @@
         <testcontainers.version>1.21.3</testcontainers.version>
         <grpc.version>1.78.0</grpc.version> <!-- Used only in tests -->
 
-        <maven.archiver.version>3.6.5</maven.archiver.version>
+        <maven.archiver.version>3.6.6</maven.archiver.version>
         <plexus.archiver.version>4.11.0</plexus.archiver.version>
         <!-- See https://pmd.github.io/ for available latest version -->
         <pmd.version>7.22.0</pmd.version>
@@ -764,7 +764,7 @@
                         <dependency>
                             <groupId>commons-io</groupId>
                             <artifactId>commons-io</artifactId>
-                            <version>2.20.0</version>
+                            <version>2.21.0</version>
                         </dependency>
                     </dependencies>
                 </plugin>
@@ -981,7 +981,7 @@
                 <plugin>
                     <groupId>net.revelc.code</groupId>
                     <artifactId>impsort-maven-plugin</artifactId>
-                    <version>1.12.0</version>
+                    <version>1.13.0</version>
                     <configuration>
                         <lineEnding>LF</lineEnding>
                         <groups>java.,javax.,org.w3c.,org.xml.,junit.</groups>

Reply via email to