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/12/23 09:14:06 UTC

[mina-sshd] branch master updated (248e387 -> d408da8)

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 248e387  [SSHD-1231] Updated changes tracking file
     new 4c44509  Upgraded Checkstyle version to 9.2
     new c8b22e5  Upgraded PMD version to 6.41.0
     new 73e1abf  Upgraded Logback version to 1.2.9
     new 7f5b1b5  Upgraded Bytebuddy version to 1.12.6
     new 87c92fc  Upgraded HTTP core version to 4.4.15
     new 128d86c  Upgraded Bouncycastle version to 1.70
     new 5393819  Upgraded JGit version to 6.0.0.202111291000-r
     new 46809c5  Upgraded Mockito version to 4.2.0
     new 710e7b6  Upgraded Spring core version to 5.3.14
     new e4656b5  Upgraded jpgpj version to 1.3
     new db5ae5d  Upgraded test containers version to 1.16.2
     new d44543c  Upgraded Netty version to 4.1.72.Final
     new 864d43f  Upgraded Spring integration version to 5.5.7
     new 26a2b3f  Upgraded MINA core version to 2.0.22
     new d4733c1  Upgraded OWASP dependency check plugin version to 6.5.1
     new d408da8  Upgraded Maven Plexus Archiver version to 4.2.6

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                  | 44 ++++++++++++++++++++++++++++++--------------
 sshd-netty/pom.xml       |  2 +-
 sshd-openpgp/pom.xml     |  2 +-
 sshd-spring-sftp/pom.xml |  2 +-
 4 files changed, 33 insertions(+), 17 deletions(-)

[mina-sshd] 07/16: Upgraded JGit version to 6.0.0.202111291000-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 539381923c00ae71162cc685c11b271c0bc7226c
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Thu Dec 23 08:39:21 2021 +0200

    Upgraded JGit version to 6.0.0.202111291000-r
---
 pom.xml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8d5f236..a9ed6be 100644
--- a/pom.xml
+++ b/pom.xml
@@ -111,7 +111,7 @@
         <slf4j.version>1.7.32</slf4j.version>
         <logback.version>1.2.9</logback.version>        
         <spring.version>5.3.11</spring.version>
-        <jgit.version>5.13.0.202109080827-r</jgit.version>
+        <jgit.version>6.0.0.202111291000-r</jgit.version>
         <junit.version>4.13.2</junit.version>
         <bytebuddy.version>1.12.6</bytebuddy.version>
         <testcontainers.version>1.16.1</testcontainers.version>
@@ -446,6 +446,12 @@
                 <artifactId>bcprov-jdk15on</artifactId>
                 <version>${bouncycastle.version}</version>
             </dependency>
+                <!-- Referenced indirectly by JGit -->
+            <dependency>
+                <groupId>org.bouncycastle</groupId>
+                <artifactId>bcutil-jdk15on</artifactId>
+                <version>${bouncycastle.version}</version>
+            </dependency>
 
             <dependency>
                 <groupId>org.slf4j</groupId>

[mina-sshd] 13/16: Upgraded Spring integration version to 5.5.7

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 864d43f2b502843218ae3d3c6aa530e6aabf4b88
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Thu Dec 23 08:44:39 2021 +0200

    Upgraded Spring integration version to 5.5.7
---
 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 78d8c2c..27a18f9 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.4</spring.integration.version>
+        <spring.integration.version>5.5.7</spring.integration.version>
     </properties>
 
     <dependencyManagement>

[mina-sshd] 10/16: Upgraded jpgpj version to 1.3

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 e4656b5c30a6f2b7477beebbaa716060928acd10
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Thu Dec 23 08:41:38 2021 +0200

    Upgraded jpgpj version to 1.3
---
 sshd-openpgp/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sshd-openpgp/pom.xml b/sshd-openpgp/pom.xml
index a2dae6c..8ff03d1 100644
--- a/sshd-openpgp/pom.xml
+++ b/sshd-openpgp/pom.xml
@@ -54,7 +54,7 @@
         <dependency>
             <groupId>org.c02e.jpgpj</groupId>
             <artifactId>jpgpj</artifactId>
-            <version>1.2</version>
+            <version>1.3</version>
         </dependency>
 
             <!-- test dependencies -->

[mina-sshd] 01/16: Upgraded Checkstyle version to 9.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 4c44509bd3f912a8e17d039382870f7f29bd65da
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Thu Dec 23 08:29:54 2021 +0200

    Upgraded Checkstyle version to 9.2
---
 pom.xml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index e74b31a..0b841a5 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
@@ -913,7 +915,7 @@
                         <dependency>
                             <groupId>com.puppycrawl.tools</groupId>
                             <artifactId>checkstyle</artifactId>
-                            <version>9.1</version>
+                            <version>9.2</version>
                             <exclusions>
                                 <!-- MCHECKSTYLE-156 -->
                                 <exclusion>

[mina-sshd] 05/16: Upgraded HTTP core version to 4.4.15

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 87c92fc4ff683f0e6430ba01036a06141531c51c
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Thu Dec 23 08:38:16 2021 +0200

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

diff --git a/pom.xml b/pom.xml
index 6e24861..0a72a99 100644
--- a/pom.xml
+++ b/pom.xml
@@ -594,7 +594,7 @@
             <dependency>
                 <groupId>org.apache.httpcomponents</groupId>
                 <artifactId>httpcore</artifactId>
-                <version>4.4.14</version>
+                <version>4.4.15</version>
             </dependency>
             <dependency>
                 <groupId>ch.ethz.ganymed</groupId>

[mina-sshd] 09/16: Upgraded Spring core version to 5.3.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 710e7b60c0d3b9f768adb5d8b7188439cca60002
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Thu Dec 23 08:40:44 2021 +0200

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

diff --git a/pom.xml b/pom.xml
index 1727bf8..9e2c99d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -110,7 +110,7 @@
         <bouncycastle.version>1.70</bouncycastle.version>
         <slf4j.version>1.7.32</slf4j.version>
         <logback.version>1.2.9</logback.version>        
-        <spring.version>5.3.11</spring.version>
+        <spring.version>5.3.14</spring.version>
         <jgit.version>6.0.0.202111291000-r</jgit.version>
         <junit.version>4.13.2</junit.version>
         <bytebuddy.version>1.12.6</bytebuddy.version>

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

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 128d86c6f0737b393a71de9310967b4309f5009c
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Thu Dec 23 08:38:51 2021 +0200

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

diff --git a/pom.xml b/pom.xml
index 0a72a99..8d5f236 100644
--- a/pom.xml
+++ b/pom.xml
@@ -107,7 +107,7 @@
 
         <min.required.maven.version>3.5.0</min.required.maven.version>
         <groovy.version>3.0.9</groovy.version>
-        <bouncycastle.version>1.69</bouncycastle.version>
+        <bouncycastle.version>1.70</bouncycastle.version>
         <slf4j.version>1.7.32</slf4j.version>
         <logback.version>1.2.9</logback.version>        
         <spring.version>5.3.11</spring.version>

[mina-sshd] 11/16: Upgraded test containers version to 1.16.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 db5ae5de4f102f3263c75452df5e1d36140aca35
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Thu Dec 23 08:43:11 2021 +0200

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

diff --git a/pom.xml b/pom.xml
index 9e2c99d..02f6229 100644
--- a/pom.xml
+++ b/pom.xml
@@ -114,7 +114,7 @@
         <jgit.version>6.0.0.202111291000-r</jgit.version>
         <junit.version>4.13.2</junit.version>
         <bytebuddy.version>1.12.6</bytebuddy.version>
-        <testcontainers.version>1.16.1</testcontainers.version>
+        <testcontainers.version>1.16.2</testcontainers.version>
         <!-- addresses multi transitive versions of jna under org.testcontainers:testcontainers:1.15.3 -->
         <jna.version>5.8.0</jna.version>
 

[mina-sshd] 15/16: Upgraded OWASP dependency check plugin version to 6.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 d4733c1e77fab0cde19d9cd85654ed219a9a879f
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Thu Dec 23 09:39:38 2021 +0200

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

diff --git a/pom.xml b/pom.xml
index dbe3bea..91dc497 100644
--- a/pom.xml
+++ b/pom.xml
@@ -200,7 +200,7 @@
                     <plugin>
                         <groupId>org.owasp</groupId>
                         <artifactId>dependency-check-maven</artifactId>
-                        <version>6.5.0</version>
+                        <version>6.5.1</version>
                             <!-- see https://jeremylong.github.io/DependencyCheck/dependency-check-maven/configuration.html -->
                         <configuration>
                                 <!-- see https://github.com/jeremylong/DependencyCheck/issues/1394 -->

[mina-sshd] 04/16: Upgraded Bytebuddy version to 1.12.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 7f5b1b5a6baa64dc2afa0e1ff90b1e3332ab72a6
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Thu Dec 23 08:37:33 2021 +0200

    Upgraded Bytebuddy version to 1.12.6
---
 pom.xml | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8f47f30..6e24861 100644
--- a/pom.xml
+++ b/pom.xml
@@ -113,7 +113,7 @@
         <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>
+        <bytebuddy.version>1.12.6</bytebuddy.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>
@@ -544,6 +544,14 @@
                 <artifactId>mockito-core</artifactId>
                 <version>4.0.0</version>
             </dependency>
+            
+                <!-- Referenced indirectly by Bytebuddy -->
+            <dependency>
+                <groupId>com.google.code.findbugs</groupId>
+                <artifactId>jsr305</artifactId>
+                <version>3.0.2</version>
+            </dependency>
+
                 <!-- Used by mockito -->
             <dependency>
                 <groupId>net.bytebuddy</groupId>

[mina-sshd] 08/16: Upgraded Mockito 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 46809c5f41ea565551e30e8bf662a6ee267f512e
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Thu Dec 23 08:39:50 2021 +0200

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

diff --git a/pom.xml b/pom.xml
index a9ed6be..1727bf8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -548,7 +548,7 @@
             <dependency>
                 <groupId>org.mockito</groupId>
                 <artifactId>mockito-core</artifactId>
-                <version>4.0.0</version>
+                <version>4.2.0</version>
             </dependency>
             
                 <!-- Referenced indirectly by Bytebuddy -->

[mina-sshd] 14/16: Upgraded MINA core version to 2.0.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 26a2b3f1e6ff17cd04525a0fd06184f249eedd5d
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Thu Dec 23 09:39:03 2021 +0200

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

diff --git a/pom.xml b/pom.xml
index 02f6229..dbe3bea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -417,7 +417,7 @@
             <dependency>
                 <groupId>org.apache.mina</groupId>
                 <artifactId>mina-core</artifactId>
-                <version>2.0.21</version>
+                <version>2.0.22</version>
             </dependency>
             <dependency>
                 <groupId>tomcat</groupId>

[mina-sshd] 12/16: Upgraded Netty version to 4.1.72.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 d44543cd2b2dc3c2711facb7a382d8ede363cb7a
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Thu Dec 23 08:43:54 2021 +0200

    Upgraded Netty version to 4.1.72.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 aebe4ca..9e54c88 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.69.Final</version>
+                <version>4.1.72.Final</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>

[mina-sshd] 16/16: Upgraded Maven Plexus Archiver version to 4.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 d408da8998541675f6a8734900c134039d363a48
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Thu Dec 23 09:40:37 2021 +0200

    Upgraded Maven Plexus Archiver version to 4.2.6
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 91dc497..be8ff0b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -121,7 +121,7 @@
         <surefire.plugin.version>3.0.0-M5</surefire.plugin.version>
         <maven.archiver.version>3.5.1</maven.archiver.version>
         <scm.plugin.version>1.12.0</scm.plugin.version>
-        <plexus.archiver.version>4.2.5</plexus.archiver.version>
+        <plexus.archiver.version>4.2.6</plexus.archiver.version>
         <!-- See https://pmd.github.io/ for available latest version -->
         <pmd.version>6.41.0</pmd.version>
 

[mina-sshd] 02/16: Upgraded PMD version to 6.41.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 c8b22e54aee6953f252090236e05f678ac90fa01
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Thu Dec 23 08:30:30 2021 +0200

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

diff --git a/pom.xml b/pom.xml
index 0b841a5..045bae8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -123,7 +123,7 @@
         <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>
+        <pmd.version>6.41.0</pmd.version>
 
         <sshd.tests.timeout.factor>1.0</sshd.tests.timeout.factor>
         <sshd.tests.rerun.count>2</sshd.tests.rerun.count>

[mina-sshd] 03/16: Upgraded Logback version to 1.2.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 73e1abf88e466b3c16e7c74eddcc2bbfaae69c36
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Thu Dec 23 08:37:02 2021 +0200

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

diff --git a/pom.xml b/pom.xml
index 045bae8..8f47f30 100644
--- a/pom.xml
+++ b/pom.xml
@@ -109,7 +109,7 @@
         <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>        
+        <logback.version>1.2.9</logback.version>        
         <spring.version>5.3.11</spring.version>
         <jgit.version>5.13.0.202109080827-r</jgit.version>
         <junit.version>4.13.2</junit.version>