You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by lg...@apache.org on 2021/06/26 09:06:30 UTC

[mina-sshd] branch master updated (0eb40a4 -> 6eafe5e)

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

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


    from 0eb40a4  Improve logging of KEX negotiation result
     new 2320446  Upgraded Checkstyle version to 8.43
     new ccf2519  Upgraded PMD version to 6.35.0
     new 6eef420  Upgraded OWASP plugin version to 6.2.2
     new 6a15fe7  Upgraded Apache Commons I/O version to 2.10.0
     new da21184  Upgraded ByteBuddy version to 1.11.5
     new f31da73  Upgraded Bouncycastle version to 1.69
     new 323825b  Upgraded Groovy version to 3.0.8
     new 575806a  Upgraded JGit version to 5.12.0.202106070339-r
     new bf2d66f  Upgraded Mockito version to 3.11.2
     new ffe7a83  Upgraded slf4j version to 1.7.31
     new d7b56e4  Upgraded Spring core version to 5.3.8
     new bd2513d  Upgraded ANT version to 1.10.10
     new 340d392  Upgraded Plexus archiver version to 4.2.5
     new 707e819  Upgraded Netty version to 4.1.65
     new 47da898  Upgraded Spring integration version to 5.5.1
     new 6eafe5e  Upgraded JNA version to 5.8.0

The 16 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml                  | 26 +++++++++++++-------------
 sshd-checkstyle.xml      |  2 +-
 sshd-netty/pom.xml       |  2 +-
 sshd-sftp/pom.xml        |  2 +-
 sshd-spring-sftp/pom.xml |  2 +-
 5 files changed, 17 insertions(+), 17 deletions(-)

[mina-sshd] 14/16: Upgraded Netty version to 4.1.65

Posted by lg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 707e8199ad4b658743d6518a2f15375574dcbe2f
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Sat Jun 26 11:21:11 2021 +0300

    Upgraded Netty version to 4.1.65
---
 sshd-netty/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sshd-netty/pom.xml b/sshd-netty/pom.xml
index 8446751..472a061 100644
--- a/sshd-netty/pom.xml
+++ b/sshd-netty/pom.xml
@@ -40,7 +40,7 @@
             <dependency>
                 <groupId>io.netty</groupId>
                 <artifactId>netty-bom</artifactId>
-                <version>4.1.63.Final</version>
+                <version>4.1.65.Final</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>

[mina-sshd] 13/16: Upgraded Plexus archiver version to 4.2.5

Posted by lg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 340d392d4ff5791402f37d022d1856e786d2e4c5
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Sat Jun 26 11:20:17 2021 +0300

    Upgraded Plexus archiver version to 4.2.5
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f79f4c9..8d1928e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -119,7 +119,7 @@
         <surefire.plugin.version>3.0.0-M5</surefire.plugin.version>
         <maven.archiver.version>3.5.1</maven.archiver.version>
         <scm.plugin.version>1.11.2</scm.plugin.version>
-        <plexus.archiver.version>4.2.4</plexus.archiver.version>
+        <plexus.archiver.version>4.2.5</plexus.archiver.version>
         <!-- See https://pmd.github.io/ for available latest version -->
         <pmd.version>6.35.0</pmd.version>
 

[mina-sshd] 15/16: Upgraded Spring integration version to 5.5.1

Posted by lg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 47da89853789f2c70a25f1a94a12d5442776771c
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Sat Jun 26 11:21:43 2021 +0300

    Upgraded Spring integration version to 5.5.1
---
 sshd-spring-sftp/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sshd-spring-sftp/pom.xml b/sshd-spring-sftp/pom.xml
index 84d9fa6..354d6e1 100644
--- a/sshd-spring-sftp/pom.xml
+++ b/sshd-spring-sftp/pom.xml
@@ -32,7 +32,7 @@
 
     <properties>
         <projectRoot>${project.basedir}/..</projectRoot>
-        <spring.integration.version>5.4.5</spring.integration.version>
+        <spring.integration.version>5.5.1</spring.integration.version>
     </properties>
 
     <dependencyManagement>

[mina-sshd] 10/16: Upgraded slf4j version to 1.7.31

Posted by lg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit ffe7a83e0890bafae43e41791c4ae629e2abda66
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Sat Jun 26 11:18:29 2021 +0300

    Upgraded slf4j version to 1.7.31
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2b20956..15ae2bd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -106,7 +106,7 @@
         <min.required.maven.version>3.5.0</min.required.maven.version>
         <groovy.version>3.0.8</groovy.version>
         <bouncycastle.version>1.69</bouncycastle.version>
-        <slf4j.version>1.7.30</slf4j.version>
+        <slf4j.version>1.7.31</slf4j.version>
         <logback.version>1.2.3</logback.version>        
         <spring.version>5.3.6</spring.version>
         <jgit.version>5.12.0.202106070339-r</jgit.version>

[mina-sshd] 08/16: Upgraded JGit version to 5.12.0.202106070339-r

Posted by lg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 575806a122b2ee3f1a12e02abd4efc9a0f372cc9
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Sat Jun 26 11:17:29 2021 +0300

    Upgraded JGit version to 5.12.0.202106070339-r
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6662792..1a8a2db 100644
--- a/pom.xml
+++ b/pom.xml
@@ -109,7 +109,7 @@
         <slf4j.version>1.7.30</slf4j.version>
         <logback.version>1.2.3</logback.version>        
         <spring.version>5.3.6</spring.version>
-        <jgit.version>5.11.0.202103091610-r</jgit.version>
+        <jgit.version>5.12.0.202106070339-r</jgit.version>
         <junit.version>4.13.2</junit.version>
         <bytebuddy.version>1.11.5</bytebuddy.version>
         <testcontainers.version>1.15.3</testcontainers.version>

[mina-sshd] 09/16: Upgraded Mockito version to 3.11.2

Posted by lg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit bf2d66fdcbf6164826d78dd0f81a5dd70191e7ab
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Sat Jun 26 11:17:57 2021 +0300

    Upgraded Mockito version to 3.11.2
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1a8a2db..2b20956 100644
--- a/pom.xml
+++ b/pom.xml
@@ -540,7 +540,7 @@
             <dependency>
                 <groupId>org.mockito</groupId>
                 <artifactId>mockito-core</artifactId>
-                <version>3.9.0</version>
+                <version>3.11.2</version>
             </dependency>
                 <!-- Used by mockito -->
             <dependency>

[mina-sshd] 16/16: Upgraded JNA version to 5.8.0

Posted by lg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 6eafe5e40d1d664e289ca5b0db509fcbb424ebb5
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Sat Jun 26 11:22:53 2021 +0300

    Upgraded JNA version to 5.8.0
---
 sshd-sftp/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sshd-sftp/pom.xml b/sshd-sftp/pom.xml
index aa948a7..896de8b 100644
--- a/sshd-sftp/pom.xml
+++ b/sshd-sftp/pom.xml
@@ -83,7 +83,7 @@
             <dependency>
                 <groupId>net.java.dev.jna</groupId>
                 <artifactId>jna</artifactId>
-                <version>5.6.0</version>
+                <version>5.8.0</version>
             </dependency>
         
             <dependency>

[mina-sshd] 06/16: Upgraded Bouncycastle version to 1.69

Posted by lg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit f31da73bf110eab58648a4ce150b3ec237877284
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Sat Jun 26 11:16:08 2021 +0300

    Upgraded Bouncycastle version to 1.69
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c909be7..4d3dd6c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -105,7 +105,7 @@
 
         <min.required.maven.version>3.5.0</min.required.maven.version>
         <groovy.version>3.0.7</groovy.version>
-        <bouncycastle.version>1.68</bouncycastle.version>
+        <bouncycastle.version>1.69</bouncycastle.version>
         <slf4j.version>1.7.30</slf4j.version>
         <logback.version>1.2.3</logback.version>        
         <spring.version>5.3.6</spring.version>

[mina-sshd] 03/16: Upgraded OWASP plugin version to 6.2.2

Posted by lg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 6eef4207998305c2f4eeb185f87d6862316cc83d
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Sat Jun 26 10:57:10 2021 +0300

    Upgraded OWASP plugin version to 6.2.2
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c31d16d..e5ff1e1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -198,7 +198,7 @@
                     <plugin>
                         <groupId>org.owasp</groupId>
                         <artifactId>dependency-check-maven</artifactId>
-                        <version>6.1.3</version>
+                        <version>6.2.2</version>
                             <!-- see https://jeremylong.github.io/DependencyCheck/dependency-check-maven/configuration.html -->
                         <configuration>
                                 <!-- see https://github.com/jeremylong/DependencyCheck/issues/1394 -->

[mina-sshd] 11/16: Upgraded Spring core version to 5.3.8

Posted by lg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit d7b56e4de969b5c71525332efd2918cc2cea03f0
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Sat Jun 26 11:19:06 2021 +0300

    Upgraded Spring core version to 5.3.8
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 15ae2bd..82adeb4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,7 +108,7 @@
         <bouncycastle.version>1.69</bouncycastle.version>
         <slf4j.version>1.7.31</slf4j.version>
         <logback.version>1.2.3</logback.version>        
-        <spring.version>5.3.6</spring.version>
+        <spring.version>5.3.8</spring.version>
         <jgit.version>5.12.0.202106070339-r</jgit.version>
         <junit.version>4.13.2</junit.version>
         <bytebuddy.version>1.11.5</bytebuddy.version>

[mina-sshd] 04/16: Upgraded Apache Commons I/O version to 2.10.0

Posted by lg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 6a15fe78f35dc1b99ca9606f48ea7321b96b5995
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Sat Jun 26 11:13:46 2021 +0300

    Upgraded Apache Commons I/O version to 2.10.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e5ff1e1..9a8aae6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -498,7 +498,7 @@
             <dependency>
                 <groupId>commons-io</groupId>
                 <artifactId>commons-io</artifactId>
-                <version>2.8.0</version>
+                <version>2.10.0</version>
             </dependency>
             <dependency>
                 <groupId>commons-lang</groupId>

[mina-sshd] 02/16: Upgraded PMD version to 6.35.0

Posted by lg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit ccf25195ef63bff1a69a30aeae8ed646537b4b3c
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Sat Jun 26 10:47:23 2021 +0300

    Upgraded PMD version to 6.35.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4241872..c31d16d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -121,7 +121,7 @@
         <scm.plugin.version>1.11.2</scm.plugin.version>
         <plexus.archiver.version>4.2.4</plexus.archiver.version>
         <!-- See https://pmd.github.io/ for available latest version -->
-        <pmd.version>6.33.0</pmd.version>
+        <pmd.version>6.35.0</pmd.version>
 
         <sshd.tests.timeout.factor>1.0</sshd.tests.timeout.factor>
         <sshd.tests.rerun.count>2</sshd.tests.rerun.count>

[mina-sshd] 01/16: Upgraded Checkstyle version to 8.43

Posted by lg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 23204466a58b98a00ad6afd850714b80764e24c9
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Sat Jun 26 10:46:19 2021 +0300

    Upgraded Checkstyle version to 8.43
---
 pom.xml             | 2 +-
 sshd-checkstyle.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index a92f5ab..4241872 100644
--- a/pom.xml
+++ b/pom.xml
@@ -913,7 +913,7 @@
                         <dependency>
                             <groupId>com.puppycrawl.tools</groupId>
                             <artifactId>checkstyle</artifactId>
-                            <version>8.41.1</version>
+                            <version>8.43</version>
                             <exclusions>
                                 <!-- MCHECKSTYLE-156 -->
                                 <exclusion>
diff --git a/sshd-checkstyle.xml b/sshd-checkstyle.xml
index d578900..1451965 100644
--- a/sshd-checkstyle.xml
+++ b/sshd-checkstyle.xml
@@ -238,7 +238,7 @@
         </module>
         <module name="MultipleVariableDeclarations" />
         <!--<module name="RequireThis" />-->
-        <module name="UnnecessaryParentheses" />
+        <!-- module name="UnnecessaryParentheses" / -->
 
             <!-- Checks for class design                         -->
             <!-- See http://checkstyle.sf.net/config_design.html -->

[mina-sshd] 07/16: Upgraded Groovy version to 3.0.8

Posted by lg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 323825bd268b672cc1f4361e9233b5b31ccb13a3
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Sat Jun 26 11:16:41 2021 +0300

    Upgraded Groovy version to 3.0.8
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4d3dd6c..6662792 100644
--- a/pom.xml
+++ b/pom.xml
@@ -104,7 +104,7 @@
         <ant.build.javac.target>${javac.target}</ant.build.javac.target>
 
         <min.required.maven.version>3.5.0</min.required.maven.version>
-        <groovy.version>3.0.7</groovy.version>
+        <groovy.version>3.0.8</groovy.version>
         <bouncycastle.version>1.69</bouncycastle.version>
         <slf4j.version>1.7.30</slf4j.version>
         <logback.version>1.2.3</logback.version>        

[mina-sshd] 05/16: Upgraded ByteBuddy version to 1.11.5

Posted by lg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit da21184e055754b09720011faafc42fed8142091
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Sat Jun 26 11:14:31 2021 +0300

    Upgraded ByteBuddy version to 1.11.5
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9a8aae6..c909be7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -111,7 +111,7 @@
         <spring.version>5.3.6</spring.version>
         <jgit.version>5.11.0.202103091610-r</jgit.version>
         <junit.version>4.13.2</junit.version>
-        <bytebuddy.version>1.10.22</bytebuddy.version>
+        <bytebuddy.version>1.11.5</bytebuddy.version>
         <testcontainers.version>1.15.3</testcontainers.version>
         <!-- addresses multi transitive versions of jna under org.testcontainers:testcontainers:1.15.3 -->
         <jna.version>5.8.0</jna.version>

[mina-sshd] 12/16: Upgraded ANT version to 1.10.10

Posted by lg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit bd2513d2a07b497574d28487cdad6c38ecaf1019
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Sat Jun 26 11:19:42 2021 +0300

    Upgraded ANT version to 1.10.10
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 82adeb4..f79f4c9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -93,7 +93,7 @@
         <javac.source>${java.major.version}.${java.minor.version}</javac.source>
         <project.build.java.source>${javac.source}</project.build.java.source>
         <maven.compiler.source>${javac.source}</maven.compiler.source>
-        <ant.version>1.10.9</ant.version>
+        <ant.version>1.10.10</ant.version>
         <ant.build.javac.source>${javac.source}</ant.build.javac.source>
         <build-helper-maven-plugin.version>3.2.0</build-helper-maven-plugin.version>