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/10/19 18:29:27 UTC

[mina-sshd] branch master updated (5e29c68 -> 4471565)

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 5e29c68  [SSHD-1215] Updated CHANGES file to reflect the issue
     new 7315df4  Upgraded logback version to 1.2.6
     new 61b6aeb  Upgraded ByteBuddy version to 1.11.21
     new 1e5780b  Upgraded Groovy version to 3.0.9
     new 310f673  Upgraded JGit version to 5.13.0.202109080827-r
     new 2d200c3  Upgraded Mockito version to 4.0.0
     new 60471b5  Upgraded Spring core version to 5.3.11
     new 9b41862  Upgraded ANT version to 1.10.12
     new 2d4d074  Upgraded test containers version to 1.16.1
     new fb3850a  Upgraded Netty version to 4.1.69.Final
     new bdd3d14  Upgraded Spring integration version to 5.5.4
     new a019a3b  Upgraded Maven OWASP dependency check plugin version to 6.4.1
     new d106bd0  Upgraded PMD version to 6.39.0
     new 50bc6f5  Upgraded Checkstyle version to 9.0.1
     new 4471565  Upgraded Maven SCM plugin version to 1.12.0

The 14 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                  | 36 +++++++++++++++++++-----------------
 sshd-netty/pom.xml       |  2 +-
 sshd-pmd-ruleset.xml     |  2 +-
 sshd-spring-sftp/pom.xml |  2 +-
 4 files changed, 22 insertions(+), 20 deletions(-)

[mina-sshd] 04/14: Upgraded JGit version to 5.13.0.202109080827-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 310f673dd6fbd74e8e8ab426a67eea71986b3aa4
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Tue Oct 19 20:00:22 2021 +0300

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

diff --git a/pom.xml b/pom.xml
index 45190ba..d8e0118 100644
--- a/pom.xml
+++ b/pom.xml
@@ -109,7 +109,7 @@
         <slf4j.version>1.7.32</slf4j.version>
         <logback.version>1.2.6</logback.version>        
         <spring.version>5.3.9</spring.version>
-        <jgit.version>5.12.0.202106070339-r</jgit.version>
+        <jgit.version>5.13.0.202109080827-r</jgit.version>
         <junit.version>4.13.2</junit.version>
         <bytebuddy.version>1.11.21</bytebuddy.version>
         <testcontainers.version>1.16.0</testcontainers.version>

[mina-sshd] 07/14: Upgraded ANT version to 1.10.12

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 9b418621deebace9cbfc4a6bc0494d094f5e1ca3
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Tue Oct 19 20:02:22 2021 +0300

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

diff --git a/pom.xml b/pom.xml
index 23619dd..9b9e392 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.11</ant.version>
+        <ant.version>1.10.12</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>
 

[mina-sshd] 03/14: Upgraded Groovy version to 3.0.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 1e5780bc316484071b53c4a4be96db554dc4d1aa
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Tue Oct 19 19:59:46 2021 +0300

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

diff --git a/pom.xml b/pom.xml
index 5218f8b..45190ba 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.8</groovy.version>
+        <groovy.version>3.0.9</groovy.version>
         <bouncycastle.version>1.69</bouncycastle.version>
         <slf4j.version>1.7.32</slf4j.version>
         <logback.version>1.2.6</logback.version>        

[mina-sshd] 02/14: Upgraded ByteBuddy version to 1.11.21

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 61b6aeb6538495085fafc3819338f5ad1a649b1c
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Tue Oct 19 19:40:20 2021 +0300

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

diff --git a/pom.xml b/pom.xml
index f41daa4..5218f8b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -111,7 +111,7 @@
         <spring.version>5.3.9</spring.version>
         <jgit.version>5.12.0.202106070339-r</jgit.version>
         <junit.version>4.13.2</junit.version>
-        <bytebuddy.version>1.11.8</bytebuddy.version>
+        <bytebuddy.version>1.11.21</bytebuddy.version>
         <testcontainers.version>1.16.0</testcontainers.version>
         <!-- addresses multi transitive versions of jna under org.testcontainers:testcontainers:1.15.3 -->
         <jna.version>5.8.0</jna.version>

[mina-sshd] 08/14: Upgraded test containers version to 1.16.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 2d4d0741f224c5d31823f1f2197dd2aec56b099c
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Tue Oct 19 20:03:17 2021 +0300

    Upgraded test containers version to 1.16.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9b9e392..563c9c8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -112,7 +112,7 @@
         <jgit.version>5.13.0.202109080827-r</jgit.version>
         <junit.version>4.13.2</junit.version>
         <bytebuddy.version>1.11.21</bytebuddy.version>
-        <testcontainers.version>1.16.0</testcontainers.version>
+        <testcontainers.version>1.16.1</testcontainers.version>
         <!-- addresses multi transitive versions of jna under org.testcontainers:testcontainers:1.15.3 -->
         <jna.version>5.8.0</jna.version>
 

[mina-sshd] 11/14: Upgraded Maven OWASP dependency check plugin version to 6.4.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 a019a3b695054b6fc87c0b7e15bcbe3df151dcfc
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Tue Oct 19 20:06:40 2021 +0300

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

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

[mina-sshd] 12/14: Upgraded PMD version to 6.39.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 d106bd0a99685bde01f69321aced4753b35786f4
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Tue Oct 19 20:08:47 2021 +0300

    Upgraded PMD version to 6.39.0
---
 pom.xml              | 6 ++++--
 sshd-pmd-ruleset.xml | 2 +-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 19cc1c2..dd19096 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,4 +1,6 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <!--
 
         Licensed to the Apache Software Foundation (ASF) under one or more
@@ -121,7 +123,7 @@
         <scm.plugin.version>1.11.2</scm.plugin.version>
         <plexus.archiver.version>4.2.5</plexus.archiver.version>
         <!-- See https://pmd.github.io/ for available latest version -->
-        <pmd.version>6.36.0</pmd.version>
+        <pmd.version>6.39.0</pmd.version>
 
         <sshd.tests.timeout.factor>1.0</sshd.tests.timeout.factor>
         <sshd.tests.rerun.count>2</sshd.tests.rerun.count>
diff --git a/sshd-pmd-ruleset.xml b/sshd-pmd-ruleset.xml
index 42ef084..53d49db 100644
--- a/sshd-pmd-ruleset.xml
+++ b/sshd-pmd-ruleset.xml
@@ -48,7 +48,6 @@
     <rule ref="category/java/documentation.xml/UncommentedEmptyMethodBody" />
     <rule ref="category/java/documentation.xml/UncommentedEmptyConstructor" />
 
-    <rule ref="category/java/performance.xml/BooleanInstantiation" />
     <rule ref="category/java/performance.xml/AppendCharacterWithChar" />
     <!-- rule ref="category/java/performance.xml/ConsecutiveLiteralAppends" / -->
     <rule ref="category/java/performance.xml/StringInstantiation" />
@@ -59,4 +58,5 @@
     <!-- rule ref="category/java/bestpractices.xml/MethodReturnsInternalArray" / -->
     <rule ref="category/java/bestpractices.xml/AvoidPrintStackTrace" />
     <rule ref="category/java/bestpractices.xml/MissingOverride" />
+    <rule ref="category/java/bestpractices.xml/PrimitiveWrapperInstantiation" />
 </ruleset>

[mina-sshd] 01/14: Upgraded logback version to 1.2.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 7315df44809ae2e14db8d1c70c55753d4d33ac27
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Tue Oct 19 19:39:39 2021 +0300

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

diff --git a/pom.xml b/pom.xml
index fb6cf21..f41daa4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -107,7 +107,7 @@
         <groovy.version>3.0.8</groovy.version>
         <bouncycastle.version>1.69</bouncycastle.version>
         <slf4j.version>1.7.32</slf4j.version>
-        <logback.version>1.2.4</logback.version>        
+        <logback.version>1.2.6</logback.version>        
         <spring.version>5.3.9</spring.version>
         <jgit.version>5.12.0.202106070339-r</jgit.version>
         <junit.version>4.13.2</junit.version>

[mina-sshd] 06/14: Upgraded Spring core version to 5.3.11

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 60471b50c8a9155b131a0865f63b5414210096d2
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Tue Oct 19 20:01:48 2021 +0300

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

diff --git a/pom.xml b/pom.xml
index 5fc1d8a..23619dd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,7 +108,7 @@
         <bouncycastle.version>1.69</bouncycastle.version>
         <slf4j.version>1.7.32</slf4j.version>
         <logback.version>1.2.6</logback.version>        
-        <spring.version>5.3.9</spring.version>
+        <spring.version>5.3.11</spring.version>
         <jgit.version>5.13.0.202109080827-r</jgit.version>
         <junit.version>4.13.2</junit.version>
         <bytebuddy.version>1.11.21</bytebuddy.version>

[mina-sshd] 14/14: Upgraded Maven SCM plugin version to 1.12.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 447156517c280d13953aec4c72f8ae0a8091d7f8
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Tue Oct 19 20:50:25 2021 +0300

    Upgraded Maven SCM plugin version to 1.12.0
---
 pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 09b4c7a..bacfcaa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,7 +120,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>
+        <scm.plugin.version>1.12.0</scm.plugin.version>
         <plexus.archiver.version>4.2.5</plexus.archiver.version>
         <!-- See https://pmd.github.io/ for available latest version -->
         <pmd.version>6.39.0</pmd.version>
@@ -758,22 +758,22 @@
                         <dependency>
                             <groupId>org.apache.maven.scm</groupId>
                             <artifactId>maven-scm-api</artifactId>
-                            <version>&gt;${scm.plugin.version}</version>
+                            <version>${scm.plugin.version}</version>
                         </dependency>                    
                         <dependency>
                             <groupId>org.apache.maven.scm</groupId>
                             <artifactId>maven-scm-provider-gitexe</artifactId>
-                            <version>&gt;${scm.plugin.version}</version>
+                            <version>${scm.plugin.version}</version>
                         </dependency>                    
                         <dependency>
                             <groupId>org.apache.maven.scm</groupId>
                             <artifactId>maven-scm-provider-svn-commons</artifactId>
-                            <version>&gt;${scm.plugin.version}</version>
+                            <version>${scm.plugin.version}</version>
                         </dependency>                    
                         <dependency>
                             <groupId>org.apache.maven.scm</groupId>
                             <artifactId>maven-scm-provider-svnexe</artifactId>
-                            <version>&gt;${scm.plugin.version}</version>
+                            <version>${scm.plugin.version}</version>
                         </dependency>                    
                     </dependencies>
                 </plugin>                

[mina-sshd] 09/14: Upgraded Netty version to 4.1.69.Final

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 fb3850ab675dcf13be9bc30c7f0f225310bf6419
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Tue Oct 19 20:04:04 2021 +0300

    Upgraded Netty version to 4.1.69.Final
---
 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 ca57317..61b8668 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.66.Final</version>
+                <version>4.1.69.Final</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>

[mina-sshd] 05/14: Upgraded Mockito version to 4.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 2d200c3f6a1c218c4151ead24298741d0a4e031d
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Tue Oct 19 20:00:53 2021 +0300

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

diff --git a/pom.xml b/pom.xml
index d8e0118..5fc1d8a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -540,7 +540,7 @@
             <dependency>
                 <groupId>org.mockito</groupId>
                 <artifactId>mockito-core</artifactId>
-                <version>3.11.2</version>
+                <version>4.0.0</version>
             </dependency>
                 <!-- Used by mockito -->
             <dependency>

[mina-sshd] 10/14: Upgraded Spring integration version to 5.5.4

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 bdd3d143763e7ab20ee4eb4e43706d35ac2ec4ed
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Tue Oct 19 20:04:56 2021 +0300

    Upgraded Spring integration version to 5.5.4
---
 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 3566780..4e9af5a 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.5.2</spring.integration.version>
+        <spring.integration.version>5.5.4</spring.integration.version>
     </properties>
 
     <dependencyManagement>

[mina-sshd] 13/14: Upgraded Checkstyle version to 9.0.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 50bc6f5be55726e11a086abbe155be5cd8a8ae8d
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Tue Oct 19 20:48:18 2021 +0300

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

diff --git a/pom.xml b/pom.xml
index dd19096..09b4c7a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -915,7 +915,7 @@
                         <dependency>
                             <groupId>com.puppycrawl.tools</groupId>
                             <artifactId>checkstyle</artifactId>
-                            <version>8.44</version>
+                            <version>9.0.1</version>
                             <exclusions>
                                 <!-- MCHECKSTYLE-156 -->
                                 <exclusion>