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 2019/07/18 12:09:56 UTC

[mina-sshd] branch master updated (1419074 -> 06352d4)

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 1419074  Fix possible NPE when handling immediate KEX packet follow-up in case a peer proposal is not yet set
     new 1caa249  Upgraded Checkstyle version to 8.22
     new 1c071ed  Upgraded PMD version to 6.16.0
     new b71b3b1  Upgraded byte-buddy version to 1.9.14
     new af4ab3f  Upgraded Bouncycastle version to 1.62
     new c389434  Upgraded Apache HTTP client version to 4.5.9
     new 444773f  Upgraded JGit version to 5.4.0.201906121030-r
     new fcc7a4c  Upgraded Mockito version to 3.0.0
     new d22240a  Upgraded Spring core version to 5.1.8
     new 0dc0431  Upgraded Netty version to 4.1.37
     new 6f6d84f  Upgraded Spring integration version to 5.1.6
     new dd32687  Upgraded Maven felix plugin version to 4.2.0
     new 427ec50  Upgraded Maven checkstyle plugin version to 3.1.0
     new d91eb5b  Upgraded Maven compiler plugin version to 3.8.1
     new 7e22556  Upgraded Maven jar plugin version to 3.1.2
     new 6b4c24c  Upgraded Maven javadoc plugin version to 3.1.1
     new 9bc9185  Upgraded Maven source plugin version to 3.1.0
     new 25c2547  Upgraded Maven animal-sniffer plugin version to 1.18
     new 06352d4  Upgraded Maven OWASP plugin version to 5.1.1

The 18 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                  | 32 ++++++++++++++++----------------
 sshd-netty/pom.xml       |  2 +-
 sshd-spring-sftp/pom.xml |  2 +-
 3 files changed, 18 insertions(+), 18 deletions(-)


[mina-sshd] 11/18: Upgraded Maven felix plugin version to 4.2.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 dd326875a3ab6cee27d372c93987503c6edd91b3
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Thu Jul 18 14:41:25 2019 +0300

    Upgraded Maven felix plugin version to 4.2.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6e5bf61..9cd298f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1229,7 +1229,7 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
-                <version>4.1.0</version>
+                <version>4.2.0</version>
                 <inherited>true</inherited>
                 <extensions>true</extensions>
                 <executions>


[mina-sshd] 07/18: Upgraded Mockito version to 3.0.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 fcc7a4c99aeef07103cbc8e19e92da2f906144f8
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Tue Jul 9 09:41:42 2019 +0300

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

diff --git a/pom.xml b/pom.xml
index 9e3ae78..014c737 100644
--- a/pom.xml
+++ b/pom.xml
@@ -538,7 +538,7 @@
             <dependency>
                 <groupId>org.mockito</groupId>
                 <artifactId>mockito-core</artifactId>
-                <version>2.28.2</version>
+                <version>3.0.0</version>
             </dependency>
                 <!-- Used by mockito -->
             <dependency>


[mina-sshd] 03/18: Upgraded byte-buddy version to 1.9.14

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 b71b3b15da7d8648db4a3713039c2e9db6a38b9f
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Tue Jul 9 09:38:33 2019 +0300

    Upgraded byte-buddy version to 1.9.14
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6f663d8..ec9c129 100644
--- a/pom.xml
+++ b/pom.xml
@@ -115,7 +115,7 @@
         <spring.version>5.1.7.RELEASE</spring.version>
         <jgit.version>5.3.1.201904271842-r</jgit.version>
         <junit.version>4.12</junit.version>
-        <bytebuddy.version>1.9.13</bytebuddy.version>
+        <bytebuddy.version>1.9.14</bytebuddy.version>
 
         <surefire.plugin.version>2.22.2</surefire.plugin.version>
         <maven.archiver.version>3.4.0</maven.archiver.version>


[mina-sshd] 16/18: Upgraded Maven source plugin version to 3.1.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 9bc9185874fe5c113715db85f4e5b6461a1faa34
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Thu Jul 18 14:45:01 2019 +0300

    Upgraded Maven source plugin version to 3.1.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index cf43053..d443e84 100644
--- a/pom.xml
+++ b/pom.xml
@@ -700,7 +700,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-source-plugin</artifactId>
-                    <version>3.0.1</version>
+                    <version>3.1.0</version>
                     <dependencies>
                         <dependency>
                             <groupId>org.apache.maven</groupId>


[mina-sshd] 18/18: Upgraded Maven OWASP plugin version to 5.1.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 06352d4d36cc2fc8330ee042fea0b74a3c270ab9
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Thu Jul 18 14:46:15 2019 +0300

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

diff --git a/pom.xml b/pom.xml
index a2138a9..2c24570 100644
--- a/pom.xml
+++ b/pom.xml
@@ -178,7 +178,7 @@
                     <plugin>
                         <groupId>org.owasp</groupId>
                         <artifactId>dependency-check-maven</artifactId>
-                        <version>5.0.0</version>
+                        <version>5.1.1</version>
                             <!-- see https://jeremylong.github.io/DependencyCheck/dependency-check-maven/configuration.html -->
                         <configuration>
                                 <!-- see https://github.com/jeremylong/DependencyCheck/issues/1394 -->


[mina-sshd] 06/18: Upgraded JGit version to 5.4.0.201906121030-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 444773f2ace37eba96d40eb3824cdd1a26329c21
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Tue Jul 9 09:41:08 2019 +0300

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

diff --git a/pom.xml b/pom.xml
index 2c69d49..9e3ae78 100644
--- a/pom.xml
+++ b/pom.xml
@@ -113,7 +113,7 @@
         <bouncycastle.version>1.62</bouncycastle.version>
         <slf4j.version>1.7.26</slf4j.version>
         <spring.version>5.1.7.RELEASE</spring.version>
-        <jgit.version>5.3.1.201904271842-r</jgit.version>
+        <jgit.version>5.4.0.201906121030-r</jgit.version>
         <junit.version>4.12</junit.version>
         <bytebuddy.version>1.9.14</bytebuddy.version>
 


[mina-sshd] 14/18: Upgraded Maven jar plugin version to 3.1.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 7e2255692f40dbdc2e7f40c9eada5bf9e0d5c003
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Thu Jul 18 14:43:50 2019 +0300

    Upgraded Maven jar plugin version to 3.1.2
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d96bd27..bd40b48 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1261,7 +1261,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-jar-plugin</artifactId>
-                <version>3.1.1</version>
+                <version>3.1.2</version>
                 <inherited>true</inherited>
                 <configuration>
                     <archive>


[mina-sshd] 17/18: Upgraded Maven animal-sniffer plugin version to 1.18

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 25c2547dc1b208ea35024ae9a237756a6c4adbaf
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Thu Jul 18 14:45:37 2019 +0300

    Upgraded Maven animal-sniffer plugin version to 1.18
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d443e84..a2138a9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -671,7 +671,7 @@
                 <plugin>
                     <groupId>org.codehaus.mojo</groupId>
                     <artifactId>animal-sniffer-maven-plugin</artifactId>
-                    <version>1.17</version>
+                    <version>1.18</version>
                     <configuration>
                         <signature>
                             <groupId>org.codehaus.mojo.signature</groupId>


[mina-sshd] 13/18: Upgraded Maven compiler plugin version to 3.8.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 d91eb5b9140f235951be0a57316092b94965f2f5
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Thu Jul 18 14:42:39 2019 +0300

    Upgraded Maven compiler plugin version to 3.8.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3ce0f63..d96bd27 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1142,7 +1142,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-compiler-plugin</artifactId>
-                <version>3.8.0</version>
+                <version>3.8.1</version>
                 <configuration>
                     <source>${javac.source}</source>
                     <target>${javac.target}</target>


[mina-sshd] 05/18: Upgraded Apache HTTP client version to 4.5.9

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 c38943449eecddd9443e73708465eefa71c4ef02
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Tue Jul 9 09:40:10 2019 +0300

    Upgraded Apache HTTP client version to 4.5.9
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f928e3b..2c69d49 100644
--- a/pom.xml
+++ b/pom.xml
@@ -571,7 +571,7 @@
             <dependency>
                 <groupId>org.apache.httpcomponents</groupId>
                 <artifactId>httpclient</artifactId>
-                <version>4.5.8</version>
+                <version>4.5.9</version>
                 <exclusions>
                     <exclusion>    <!-- we are using jcl-over-slf4j -->
                         <groupId>commons-logging</groupId>


[mina-sshd] 04/18: Upgraded Bouncycastle version to 1.62

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 af4ab3fa65fbc3eeaff61008f24d324c336a6832
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Tue Jul 9 09:39:24 2019 +0300

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

diff --git a/pom.xml b/pom.xml
index ec9c129..f928e3b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -110,7 +110,7 @@
         <groovy.compliance.level>2.0</groovy.compliance.level>
         <groovy.version>${groovy.major.version}.${groovy.minor.version}.${groovy.release.version}</groovy.version>
 
-        <bouncycastle.version>1.61</bouncycastle.version>
+        <bouncycastle.version>1.62</bouncycastle.version>
         <slf4j.version>1.7.26</slf4j.version>
         <spring.version>5.1.7.RELEASE</spring.version>
         <jgit.version>5.3.1.201904271842-r</jgit.version>


[mina-sshd] 09/18: Upgraded Netty version to 4.1.37

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 0dc0431da13aea892c7d4865264cfa1a202ab68d
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Tue Jul 9 09:45:19 2019 +0300

    Upgraded Netty version to 4.1.37
---
 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 548219d..6514325 100644
--- a/sshd-netty/pom.xml
+++ b/sshd-netty/pom.xml
@@ -33,7 +33,7 @@
 
     <properties>
         <projectRoot>${project.basedir}/..</projectRoot>
-        <netty.version>4.1.36.Final</netty.version>
+        <netty.version>4.1.37.Final</netty.version>
     </properties>
 
     <dependencies>


[mina-sshd] 02/18: Upgraded PMD version to 6.16.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 1c071edc653acf498a84a544ca60e400f7eac95b
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Tue Jul 9 09:37:47 2019 +0300

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

diff --git a/pom.xml b/pom.xml
index 7fa2953..6f663d8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -121,7 +121,7 @@
         <maven.archiver.version>3.4.0</maven.archiver.version>
         <plexus.archiver.version>4.1.0</plexus.archiver.version>
         <!-- See https://pmd.github.io/ for available latest version -->
-        <pmd.version>6.15.0</pmd.version>
+        <pmd.version>6.16.0</pmd.version>
     </properties>
 
     <profiles>


[mina-sshd] 08/18: Upgraded Spring core version to 5.1.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 d22240ae59b75eb005d350f7d3d450ae8accf279
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Tue Jul 9 09:42:18 2019 +0300

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

diff --git a/pom.xml b/pom.xml
index 014c737..6e5bf61 100644
--- a/pom.xml
+++ b/pom.xml
@@ -112,7 +112,7 @@
 
         <bouncycastle.version>1.62</bouncycastle.version>
         <slf4j.version>1.7.26</slf4j.version>
-        <spring.version>5.1.7.RELEASE</spring.version>
+        <spring.version>5.1.8.RELEASE</spring.version>
         <jgit.version>5.4.0.201906121030-r</jgit.version>
         <junit.version>4.12</junit.version>
         <bytebuddy.version>1.9.14</bytebuddy.version>


[mina-sshd] 10/18: Upgraded Spring integration version to 5.1.6

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 6f6d84f0e303343c9ff6ca80b20124b5247e770d
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Tue Jul 9 09:47:28 2019 +0300

    Upgraded Spring integration version to 5.1.6
---
 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 65b536e..88c3d0c 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.1.5.RELEASE</spring.integration.version>
+        <spring.integration.version>5.1.6.RELEASE</spring.integration.version>
     </properties>
 
     <dependencyManagement>


[mina-sshd] 01/18: Upgraded Checkstyle version to 8.22

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 1caa2496254d1fb91e20bca3fbcba1d9ca78da8a
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Tue Jul 9 09:35:59 2019 +0300

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

diff --git a/pom.xml b/pom.xml
index 2126e14..7fa2953 100644
--- a/pom.xml
+++ b/pom.xml
@@ -818,7 +818,7 @@
                         <dependency>
                             <groupId>com.puppycrawl.tools</groupId>
                             <artifactId>checkstyle</artifactId>
-                            <version>8.21</version>
+                            <version>8.22</version>
                             <exclusions>
                                 <!-- MCHECKSTYLE-156 -->
                                 <exclusion>


[mina-sshd] 12/18: Upgraded Maven checkstyle plugin version to 3.1.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 427ec5059174465adffbd0d987210e92c99e30ee
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Thu Jul 18 14:42:06 2019 +0300

    Upgraded Maven checkstyle plugin version to 3.1.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9cd298f..3ce0f63 100644
--- a/pom.xml
+++ b/pom.xml
@@ -807,7 +807,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-checkstyle-plugin</artifactId>
-                    <version>3.0.0</version>
+                    <version>3.1.0</version>
                     <configuration>
                         <logViolationsToConsole>true</logViolationsToConsole>
                         <includeTestSourceDirectory>true</includeTestSourceDirectory>


[mina-sshd] 15/18: Upgraded Maven javadoc plugin version to 3.1.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 6b4c24c7b769e73da522775242660352cbe5d8ac
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Thu Jul 18 14:44:26 2019 +0300

    Upgraded Maven javadoc plugin version to 3.1.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index bd40b48..cf43053 100644
--- a/pom.xml
+++ b/pom.xml
@@ -732,7 +732,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-javadoc-plugin</artifactId>
-                    <version>3.1.0</version>
+                    <version>3.1.1</version>
                     <configuration>
                         <additionalOptions>-Xdoclint:-missing</additionalOptions>
                         <encoding>${project.build.sourceEncoding}</encoding>