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/08/18 08:57:12 UTC

[mina-sshd] branch master updated (39a0841 -> c3d8d57)

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 39a0841  [SSHD-1005] Create consistent SCP command details hierarchy
     new 95793b0  Upgraded ByteBuddy version to 1.10.14
     new 31a37a5  Upgraded Groovy version to 2.5.13
     new db34b54  Upgraded JGit version to 5.8.1.202007141445-r
     new 45cd2fa  Upgraded Mockito version to 3.5.0
     new a1f5912  Upgraded Spring core version to 5.2.8.RELEASE
     new 542d24a  Upgraded Checkstyle version to 8.35
     new 83a5336  Upgraded PMD version to 6.26.0
     new d764112  Upgraded Spring integration version to 5.3.2.RELEASE
     new 5a5a54c  Upgraded Netty version to 4.1.51.Final
     new d71b512  Upgraded animal-sniffer plugin version to 1.19
     new dffa529  Upgraded build-helper plugin version to 3.2.0
     new 364584c  Upgraded resources plugin version to 3.2.0
     new 315a3b8  Upgraded SCM plugin version to 1.11.21
     new d0779b6  Updated Plexus archiver version plugin to 4.2.2
     new da85ffe  Updated formatter plugin version to 2.12.1
     new 854ea3a  Updated bundle plugin version to 5.1.1
     new 09e1d8d  Merged duplicate sshd-core JAR plugin executions
     new c3d8d57  Upgraded Bouncycastle version to 1.66

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:
 .gitignore                                         |  4 ++
 pom.xml                                            | 43 +++++++++++++++-------
 .../org/apache/sshd/common/cipher/package.html     |  2 +-
 .../apache/sshd/common/compression/package.html    |  2 +-
 .../org/apache/sshd/common/digest/package.html     |  2 +-
 .../java/org/apache/sshd/common/mac/package.html   |  2 +-
 .../org/apache/sshd/common/random/package.html     |  2 +-
 .../org/apache/sshd/common/signature/package.html  |  2 +-
 sshd-core/pom.xml                                  |  6 ---
 sshd-netty/pom.xml                                 |  2 +-
 sshd-spring-sftp/pom.xml                           |  2 +-
 11 files changed, 41 insertions(+), 28 deletions(-)


[mina-sshd] 15/18: Updated formatter plugin version to 2.12.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 da85ffec8b756e0463a7de87f8c8c81c56cd56f5
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Tue Aug 18 09:54:37 2020 +0300

    Updated formatter plugin version to 2.12.1
---
 .gitignore                                                        | 4 ++++
 pom.xml                                                           | 8 +++++++-
 .../src/main/java/org/apache/sshd/common/cipher/package.html      | 2 +-
 .../src/main/java/org/apache/sshd/common/compression/package.html | 2 +-
 .../src/main/java/org/apache/sshd/common/digest/package.html      | 2 +-
 sshd-common/src/main/java/org/apache/sshd/common/mac/package.html | 2 +-
 .../src/main/java/org/apache/sshd/common/random/package.html      | 2 +-
 .../src/main/java/org/apache/sshd/common/signature/package.html   | 2 +-
 8 files changed, 17 insertions(+), 7 deletions(-)

diff --git a/.gitignore b/.gitignore
index bf9aa59..dc98ed7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,6 +19,10 @@ RemoteSystemsTempFiles/
 .springBeans
 .externalToolBuilders
 
+# Maven formatter plugin
+*/.cache/
+.cache/
+
 # Pre-release temporary files
 *.releaseBackup
 release.properties
diff --git a/pom.xml b/pom.xml
index c64f593..50c3fde 100644
--- a/pom.xml
+++ b/pom.xml
@@ -657,6 +657,8 @@
                             <exclude>src/test/resources/**</exclude>
                             <exclude>**/stty-output-*.txt</exclude>
                             <exclude>**/target/**</exclude>
+                            <!-- formatter plugin cache folder -->
+                            <exclude>**/.cache/**</exclude>
                             <exclude>*checkstyle*</exclude>
                             <exclude>*findbugs*</exclude>
                             <exclude>*suppressions*</exclude>
@@ -1039,8 +1041,12 @@
                 <plugin>
                     <groupId>net.revelc.code.formatter</groupId>
                     <artifactId>formatter-maven-plugin</artifactId>
-                    <version>2.11.0</version>
+                    <version>2.12.1</version>
                     <configuration>
+                        <skipXmlFormatting>true</skipXmlFormatting>
+                        <skipHtmlFormatting>true</skipHtmlFormatting>
+                        <skipJsonFormatting>true</skipJsonFormatting>	
+                        <cachedir>${project.build.outputDirectory}${file.separator}.cache</cachedir>
                         <configFile>${workspace.root.dir}${file.separator}sshd-eclipse-formatter-config.xml</configFile>
                         <lineEnding>LF</lineEnding>
                     </configuration>
diff --git a/sshd-common/src/main/java/org/apache/sshd/common/cipher/package.html b/sshd-common/src/main/java/org/apache/sshd/common/cipher/package.html
index 3847e57..5d1be58 100644
--- a/sshd-common/src/main/java/org/apache/sshd/common/cipher/package.html
+++ b/sshd-common/src/main/java/org/apache/sshd/common/cipher/package.html
@@ -14,7 +14,7 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-<html>
+<html> 
     <head> 
     </head> 
     <body> 
diff --git a/sshd-common/src/main/java/org/apache/sshd/common/compression/package.html b/sshd-common/src/main/java/org/apache/sshd/common/compression/package.html
index febf428..089bb1d 100644
--- a/sshd-common/src/main/java/org/apache/sshd/common/compression/package.html
+++ b/sshd-common/src/main/java/org/apache/sshd/common/compression/package.html
@@ -14,7 +14,7 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-<html>
+<html> 
     <head> 
     </head> 
     <body> 
diff --git a/sshd-common/src/main/java/org/apache/sshd/common/digest/package.html b/sshd-common/src/main/java/org/apache/sshd/common/digest/package.html
index 49dd2bf..69ece5c 100644
--- a/sshd-common/src/main/java/org/apache/sshd/common/digest/package.html
+++ b/sshd-common/src/main/java/org/apache/sshd/common/digest/package.html
@@ -14,7 +14,7 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-<html>
+<html> 
     <head> 
     </head> 
     <body> 
diff --git a/sshd-common/src/main/java/org/apache/sshd/common/mac/package.html b/sshd-common/src/main/java/org/apache/sshd/common/mac/package.html
index e9a4589..3dfd646 100644
--- a/sshd-common/src/main/java/org/apache/sshd/common/mac/package.html
+++ b/sshd-common/src/main/java/org/apache/sshd/common/mac/package.html
@@ -14,7 +14,7 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-<html>
+<html> 
     <head> 
     </head> 
     <body> 
diff --git a/sshd-common/src/main/java/org/apache/sshd/common/random/package.html b/sshd-common/src/main/java/org/apache/sshd/common/random/package.html
index 01da3c1..eda4db0 100644
--- a/sshd-common/src/main/java/org/apache/sshd/common/random/package.html
+++ b/sshd-common/src/main/java/org/apache/sshd/common/random/package.html
@@ -14,7 +14,7 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-<html>
+<html> 
     <head> 
     </head> 
     <body> 
diff --git a/sshd-common/src/main/java/org/apache/sshd/common/signature/package.html b/sshd-common/src/main/java/org/apache/sshd/common/signature/package.html
index 4853b37..9449128 100644
--- a/sshd-common/src/main/java/org/apache/sshd/common/signature/package.html
+++ b/sshd-common/src/main/java/org/apache/sshd/common/signature/package.html
@@ -14,7 +14,7 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-<html>
+<html> 
     <head> 
     </head> 
     <body> 


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

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 c3d8d5736a57108ffef7b2dfae434060fc19a77c
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Tue Aug 18 10:25:41 2020 +0300

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

diff --git a/pom.xml b/pom.xml
index 31caa3d..f573ef9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -113,7 +113,7 @@
             <!-- NOTE: BC 1.65+ seems to have an NPE bug in Key#getAlgorithm()
                 * see https://github.com/bcgit/bc-java/issues/684
             -->
-        <bouncycastle.version>1.64</bouncycastle.version>
+        <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>


[mina-sshd] 03/18: Upgraded JGit version to 5.8.1.202007141445-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 db34b54ad329f425309cccdc765c89ea8fae266f
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Tue Aug 18 09:25:40 2020 +0300

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

diff --git a/pom.xml b/pom.xml
index 0af0b8f..5d0e37a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -116,7 +116,7 @@
         <bouncycastle.version>1.64</bouncycastle.version>
         <slf4j.version>1.7.30</slf4j.version>
         <spring.version>5.2.7.RELEASE</spring.version>
-        <jgit.version>5.8.0.202006091008-r</jgit.version>
+        <jgit.version>5.8.1.202007141445-r</jgit.version>
         <junit.version>4.13</junit.version>
         <bytebuddy.version>1.10.14</bytebuddy.version>
 


[mina-sshd] 10/18: Upgraded animal-sniffer plugin version to 1.19

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 d71b512f9bd4c9c994ae9a3767b9c671d3393dc5
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Tue Aug 18 09:34:09 2020 +0300

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

diff --git a/pom.xml b/pom.xml
index 0eb417d..3a131d9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -690,7 +690,7 @@
                 <plugin>
                     <groupId>org.codehaus.mojo</groupId>
                     <artifactId>animal-sniffer-maven-plugin</artifactId>
-                    <version>1.18</version>
+                    <version>1.19</version>
                     <configuration>
                         <signature>
                             <groupId>org.codehaus.mojo.signature</groupId>


[mina-sshd] 14/18: Updated Plexus archiver version plugin to 4.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 d0779b6faa9dc042c69beb3c59059fa2117172b2
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Tue Aug 18 09:53:57 2020 +0300

    Updated Plexus archiver version plugin to 4.2.2
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5e5e64e..c64f593 100644
--- a/pom.xml
+++ b/pom.xml
@@ -122,7 +122,7 @@
 
         <surefire.plugin.version>2.22.2</surefire.plugin.version>
         <maven.archiver.version>3.5.0</maven.archiver.version>
-        <plexus.archiver.version>4.2.0</plexus.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>
 


[mina-sshd] 16/18: Updated bundle 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 854ea3a30a0d01e8b016aadef97139a149358681
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Tue Aug 18 09:55:19 2020 +0300

    Updated bundle 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 50c3fde..31caa3d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1346,7 +1346,7 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
-                <version>4.2.1</version>
+                <version>5.1.1</version>
                 <inherited>true</inherited>
                 <extensions>true</extensions>
                 <executions>


[mina-sshd] 04/18: Upgraded Mockito version to 3.5.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 45cd2fa80eccd00f51cacb3a1343a67080bab75a
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Tue Aug 18 09:26:23 2020 +0300

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

diff --git a/pom.xml b/pom.xml
index 5d0e37a..0ba3559 100644
--- a/pom.xml
+++ b/pom.xml
@@ -554,7 +554,7 @@
             <dependency>
                 <groupId>org.mockito</groupId>
                 <artifactId>mockito-core</artifactId>
-                <version>3.3.3</version>
+                <version>3.5.0</version>
             </dependency>
                 <!-- Used by mockito -->
             <dependency>


[mina-sshd] 13/18: Upgraded SCM plugin 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 315a3b8e68fdc8185723b7ab8f24d92019f77f85
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Tue Aug 18 09:38:35 2020 +0300

    Upgraded SCM plugin version to 1.11.21
---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index 57a8981..5e5e64e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -710,6 +710,11 @@
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-scm-plugin</artifactId>
+                    <version>1.11.2</version>
+                </plugin>                
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-release-plugin</artifactId>
                     <version>2.5.3</version>
                     <configuration>


[mina-sshd] 11/18: Upgraded build-helper plugin version to 3.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 dffa529f321a6acb06148f01989eeb80e9c8ce8f
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Tue Aug 18 09:35:06 2020 +0300

    Upgraded build-helper plugin version to 3.2.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3a131d9..db02100 100644
--- a/pom.xml
+++ b/pom.xml
@@ -95,7 +95,7 @@
         <maven.compiler.source>${javac.source}</maven.compiler.source>
         <ant.version>1.10.8</ant.version>
         <ant.build.javac.source>${javac.source}</ant.build.javac.source>
-        <build-helper-maven-plugin.version>3.1.0</build-helper-maven-plugin.version>
+        <build-helper-maven-plugin.version>3.2.0</build-helper-maven-plugin.version>
 
         <javac.target>${javac.source}</javac.target>
         <project.build.java.target>${javac.target}</project.build.java.target>


[mina-sshd] 07/18: Upgraded PMD version to 6.26.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 83a53360cc2431d51c0471399d209f56779bfeba
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Tue Aug 18 09:28:23 2020 +0300

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

diff --git a/pom.xml b/pom.xml
index 157678b..0eb417d 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.0</plexus.archiver.version>
         <!-- See https://pmd.github.io/ for available latest version -->
-        <pmd.version>6.25.0</pmd.version>
+        <pmd.version>6.26.0</pmd.version>
 
         <sshd.tests.timeout.factor>1.0</sshd.tests.timeout.factor>
         <sshd.tests.rerun.count>2</sshd.tests.rerun.count>


[mina-sshd] 05/18: Upgraded Spring core version to 5.2.8.RELEASE

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 a1f5912513e619aee5784c8047bee3057d6d56de
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Tue Aug 18 09:27:09 2020 +0300

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

diff --git a/pom.xml b/pom.xml
index 0ba3559..caadc4b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -115,7 +115,7 @@
             -->
         <bouncycastle.version>1.64</bouncycastle.version>
         <slf4j.version>1.7.30</slf4j.version>
-        <spring.version>5.2.7.RELEASE</spring.version>
+        <spring.version>5.2.8.RELEASE</spring.version>
         <jgit.version>5.8.1.202007141445-r</jgit.version>
         <junit.version>4.13</junit.version>
         <bytebuddy.version>1.10.14</bytebuddy.version>


[mina-sshd] 12/18: Upgraded resources plugin version to 3.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 364584cae9d22ae6fb93760bb898cfcb4c4a1679
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Tue Aug 18 09:35:53 2020 +0300

    Upgraded resources plugin version to 3.2.0
---
 pom.xml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index db02100..57a8981 100644
--- a/pom.xml
+++ b/pom.xml
@@ -741,7 +741,11 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-resources-plugin</artifactId>
-                    <version>3.1.0</version>
+                    <version>3.2.0</version>
+                    <configuration>
+                            <!-- see https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html -->
+                        <propertiesEncoding>ISO-8859-1</propertiesEncoding>
+                    </configuration>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>


[mina-sshd] 08/18: Upgraded Spring integration version to 5.3.2.RELEASE

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 d764112eb6a8cf491f4b0f397ac98cf09a6a7dae
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Tue Aug 18 09:31:24 2020 +0300

    Upgraded Spring integration version to 5.3.2.RELEASE
---
 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 9b2a1f8..a6d3395 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.3.1.RELEASE</spring.integration.version>
+        <spring.integration.version>5.3.2.RELEASE</spring.integration.version>
     </properties>
 
     <dependencyManagement>


[mina-sshd] 02/18: Upgraded Groovy version to 2.5.13

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 31a37a5e098c0c715ab40566894d5d35a7a318a7
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Tue Aug 18 09:24:59 2020 +0300

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

diff --git a/pom.xml b/pom.xml
index bd46986..0af0b8f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -106,7 +106,7 @@
         <gmaven.plugin.version>2.1.1</gmaven.plugin.version>
         <groovy.major.version>2</groovy.major.version>
         <groovy.minor.version>5</groovy.minor.version>
-        <groovy.release.version>12</groovy.release.version>
+        <groovy.release.version>13</groovy.release.version>
         <groovy.compliance.level>2.0</groovy.compliance.level>
         <groovy.version>${groovy.major.version}.${groovy.minor.version}.${groovy.release.version}</groovy.version>
 


[mina-sshd] 01/18: Upgraded ByteBuddy version to 1.10.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 95793b0d508227ee23853787cc989dab30252956
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Tue Aug 18 09:24:09 2020 +0300

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

diff --git a/pom.xml b/pom.xml
index 9e7a114..bd46986 100644
--- a/pom.xml
+++ b/pom.xml
@@ -118,7 +118,7 @@
         <spring.version>5.2.7.RELEASE</spring.version>
         <jgit.version>5.8.0.202006091008-r</jgit.version>
         <junit.version>4.13</junit.version>
-        <bytebuddy.version>1.10.13</bytebuddy.version>
+        <bytebuddy.version>1.10.14</bytebuddy.version>
 
         <surefire.plugin.version>2.22.2</surefire.plugin.version>
         <maven.archiver.version>3.5.0</maven.archiver.version>


[mina-sshd] 17/18: Merged duplicate sshd-core JAR plugin executions

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 09e1d8d062f55c422d5e54e46ae783ba2bc2a757
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Tue Aug 18 10:24:09 2020 +0300

    Merged duplicate sshd-core JAR plugin executions
---
 sshd-core/pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/sshd-core/pom.xml b/sshd-core/pom.xml
index dd05c51..48bffcd 100644
--- a/sshd-core/pom.xml
+++ b/sshd-core/pom.xml
@@ -163,12 +163,6 @@
                             </includes>
                         </configuration>
                     </execution>
-                </executions>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-jar-plugin</artifactId>
-                <executions>
                     <execution>
                         <id>big-test-jar</id>
                         <goals>


[mina-sshd] 09/18: Upgraded Netty version to 4.1.51.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 5a5a54ce4b026b62a124134ff34ea7f53aa9f4ab
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Tue Aug 18 09:32:22 2020 +0300

    Upgraded Netty version to 4.1.51.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 ae149aa..e996443 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.50.Final</version>
+                <version>4.1.51.Final</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>


[mina-sshd] 06/18: Upgraded Checkstyle version to 8.35

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 542d24a5d3fea11d1a301f05aae077bdc9eac622
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Tue Aug 18 09:27:49 2020 +0300

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

diff --git a/pom.xml b/pom.xml
index caadc4b..157678b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -842,7 +842,7 @@
                         <dependency>
                             <groupId>com.puppycrawl.tools</groupId>
                             <artifactId>checkstyle</artifactId>
-                            <version>8.34</version>
+                            <version>8.35</version>
                             <exclusions>
                                 <!-- MCHECKSTYLE-156 -->
                                 <exclusion>