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 2020/09/12 15:19:16 UTC

[mina-sshd] branch master updated (a52b1b3 -> d213992)

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 a52b1b3  [SSHD-1063] Fixed known-hosts file server key verifier matching of same host with different ports
     new 10a177c  Upgraded Netty version to 4.1.52
     new e60aef6  Upgraded JGit version to 5.9.0.202009080501-r
     new 6fb4981  Upgraded Mockito version to 3.5.10
     new e40d929  Upgraded PMD version to 6.27.0
     new d213992  Upgraded Checkstyle version to 8.36.1

The 5 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            | 8 ++++----
 sshd-netty/pom.xml | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)


[mina-sshd] 01/05: Upgraded Netty version to 4.1.52

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 10a177ca07dba22c1655c2037599ee74289d482f
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Sat Sep 12 17:35:17 2020 +0300

    Upgraded Netty version to 4.1.52
---
 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 e996443..fd3cdb1 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.51.Final</version>
+                <version>4.1.52.Final</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>


[mina-sshd] 04/05: Upgraded PMD version to 6.27.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 e40d92945fa2858ed5d9d65cd41783b7c7fa255b
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Sat Sep 12 17:38:37 2020 +0300

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

diff --git a/pom.xml b/pom.xml
index 5ae35b5..fb3aa57 100644
--- a/pom.xml
+++ b/pom.xml
@@ -124,7 +124,7 @@
         <maven.archiver.version>3.5.0</maven.archiver.version>
         <plexus.archiver.version>4.2.2</plexus.archiver.version>
         <!-- See https://pmd.github.io/ for available latest version -->
-        <pmd.version>6.26.0</pmd.version>
+        <pmd.version>6.27.0</pmd.version>
 
         <sshd.tests.timeout.factor>1.0</sshd.tests.timeout.factor>
         <sshd.tests.rerun.count>2</sshd.tests.rerun.count>


[mina-sshd] 02/05: Upgraded JGit version to 5.9.0.202009080501-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 e60aef6f7132795b631cfc9e0053c0ca1afeef40
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Sat Sep 12 17:37:19 2020 +0300

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

diff --git a/pom.xml b/pom.xml
index f573ef9..822b96c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -116,7 +116,7 @@
         <bouncycastle.version>1.66</bouncycastle.version>
         <slf4j.version>1.7.30</slf4j.version>
         <spring.version>5.2.8.RELEASE</spring.version>
-        <jgit.version>5.8.1.202007141445-r</jgit.version>
+        <jgit.version>5.9.0.202009080501-r</jgit.version>
         <junit.version>4.13</junit.version>
         <bytebuddy.version>1.10.14</bytebuddy.version>
 


[mina-sshd] 05/05: Upgraded Checkstyle version to 8.36.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 d2139920864a716de916f956eec055e411782344
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Sat Sep 12 17:39:14 2020 +0300

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

diff --git a/pom.xml b/pom.xml
index fb3aa57..2cebe67 100644
--- a/pom.xml
+++ b/pom.xml
@@ -853,7 +853,7 @@
                         <dependency>
                             <groupId>com.puppycrawl.tools</groupId>
                             <artifactId>checkstyle</artifactId>
-                            <version>8.35</version>
+                            <version>8.36.1</version>
                             <exclusions>
                                 <!-- MCHECKSTYLE-156 -->
                                 <exclusion>


[mina-sshd] 03/05: Upgraded Mockito version to 3.5.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 6fb4981d25a9ac463968c921ed9dd88cc4e45507
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Sat Sep 12 17:37:50 2020 +0300

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

diff --git a/pom.xml b/pom.xml
index 822b96c..5ae35b5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -554,7 +554,7 @@
             <dependency>
                 <groupId>org.mockito</groupId>
                 <artifactId>mockito-core</artifactId>
-                <version>3.5.0</version>
+                <version>3.5.10</version>
             </dependency>
                 <!-- Used by mockito -->
             <dependency>