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 2022/07/14 05:09:14 UTC

[mina-sshd] branch master updated (95ce6bf2e -> c7ec74a51)

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 95ce6bf2e [maven-release-plugin] prepare for next development iteration
     new 7ee60d8fd Upgraded PMD version to 6.47.0
     new e711c6ce7 Upgraded Maven PMD plugin version to 3.17.0
     new cc793a4fa Upgraded Maven OWASP check plugin version to 7.1.1
     new 1186b3034 Upgraded Checkstyle version to 9.3
     new 45c4d95dd Upgraded Groovy version to 3.0.11
     new e2f7b5c10 Upgraded Maven Surefire plugin version to 3.0.0-M7
     new c7ec74a51 Upgraded logback version to 1.2.11

The 7 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 | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)


[mina-sshd] 07/07: Upgraded logback version to 1.2.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 c7ec74a5157dcdfb8b8abf367855a6d1491abc39
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Wed Jul 13 20:31:38 2022 +0300

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

diff --git a/pom.xml b/pom.xml
index 1c75d6a76..b85808607 100644
--- a/pom.xml
+++ b/pom.xml
@@ -107,7 +107,7 @@
         <groovy.version>3.0.11</groovy.version>
         <bouncycastle.version>1.70</bouncycastle.version>
         <slf4j.version>1.7.32</slf4j.version>
-        <logback.version>1.2.9</logback.version>
+        <logback.version>1.2.11</logback.version>
         <spring.version>5.3.20</spring.version>
             <!-- NOTE: upgrading to 6.x requires Java 11 -->
         <jgit.version>5.13.0.202109080827-r</jgit.version>


[mina-sshd] 03/07: Upgraded Maven OWASP check plugin version to 7.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 cc793a4fa3cfc22a5b611f2206afa05b27141f70
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Wed Jul 13 19:30:37 2022 +0300

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

diff --git a/pom.xml b/pom.xml
index 86098822f..d9862586c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -200,7 +200,7 @@
                     <plugin>
                         <groupId>org.owasp</groupId>
                         <artifactId>dependency-check-maven</artifactId>
-                        <version>7.1.0</version>
+                        <version>7.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/07: Upgraded Maven Surefire plugin version to 3.0.0-M7

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 e2f7b5c106f820589d7a99ad9f97815f221053c1
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Wed Jul 13 19:40:01 2022 +0300

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

diff --git a/pom.xml b/pom.xml
index 8126043f8..1c75d6a76 100644
--- a/pom.xml
+++ b/pom.xml
@@ -118,7 +118,7 @@
         <!-- addresses multi transitive versions of jna under org.testcontainers:testcontainers:1.15.3 -->
         <jna.version>5.8.0</jna.version>
 
-        <surefire.plugin.version>3.0.0-M6</surefire.plugin.version>
+        <surefire.plugin.version>3.0.0-M7</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.6</plexus.archiver.version>


[mina-sshd] 02/07: Upgraded Maven PMD plugin version to 3.17.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 e711c6ce719b9c6e839a801b50b9b0306ee86935
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Wed Jul 13 19:29:15 2022 +0300

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

diff --git a/pom.xml b/pom.xml
index ac5cd2f79..86098822f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1026,7 +1026,7 @@
                 <plugin>
                    <groupId>org.apache.maven.plugins</groupId>
                    <artifactId>maven-pmd-plugin</artifactId>
-                   <version>3.16.0</version>
+                   <version>3.17.0</version>
                    <configuration>
                        <targetJdk>${javac.target}</targetJdk>
                        <printFailingErrors>true</printFailingErrors>


[mina-sshd] 05/07: Upgraded Groovy version to 3.0.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 45c4d95ddefd0ae960653d41f5aad13ef6dd57ba
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Wed Jul 13 19:35:06 2022 +0300

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

diff --git a/pom.xml b/pom.xml
index 309caab2b..8126043f8 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.10</groovy.version>
+        <groovy.version>3.0.11</groovy.version>
         <bouncycastle.version>1.70</bouncycastle.version>
         <slf4j.version>1.7.32</slf4j.version>
         <logback.version>1.2.9</logback.version>


[mina-sshd] 01/07: Upgraded PMD version to 6.47.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 7ee60d8fdb0666b627fcc5dd833adb1b4db7cfc2
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Wed Jul 13 19:28:32 2022 +0300

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

diff --git a/pom.xml b/pom.xml
index 2020effea..ac5cd2f79 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.6</plexus.archiver.version>
         <!-- See https://pmd.github.io/ for available latest version -->
-        <pmd.version>6.45.0</pmd.version>
+        <pmd.version>6.47.0</pmd.version>
 
         <sshd.tests.timeout.factor>1.0</sshd.tests.timeout.factor>
         <sshd.tests.rerun.count>2</sshd.tests.rerun.count>


[mina-sshd] 04/07: Upgraded Checkstyle version to 9.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 1186b3034a41f923b0c22e5a6e353680aa31ca17
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Wed Jul 13 19:33:35 2022 +0300

    Upgraded Checkstyle version to 9.3
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d9862586c..309caab2b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -919,7 +919,8 @@
                         <dependency>
                             <groupId>com.puppycrawl.tools</groupId>
                             <artifactId>checkstyle</artifactId>
-                            <version>9.2</version>
+                                <!-- Version 10+ requires Java 11 -->
+                            <version>9.3</version>
                             <exclusions>
                                 <!-- MCHECKSTYLE-156 -->
                                 <exclusion>