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/04/02 16:13:58 UTC

[mina-sshd] branch master updated (bec3544 -> b7eee41)

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 bec3544  Updated Maven javadoc plugin version to 3.1.0
     new 422e3cf  Upgraded Spring core version to 5.1.6
     new d99b093  Upgraded Apache HTTP components client version to 4.5.8
     new b7eee41  Upgraded Checkstyle version to 8.19

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


[mina-sshd] 03/03: Upgraded Checkstyle version to 8.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 b7eee41456134a36a16b15b83b8e017e7ef94971
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Tue Apr 2 17:00:10 2019 +0300

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

diff --git a/pom.xml b/pom.xml
index 22e7b62..f0734fb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -818,7 +818,7 @@
                         <dependency>
                             <groupId>com.puppycrawl.tools</groupId>
                             <artifactId>checkstyle</artifactId>
-                            <version>8.18</version>
+                            <version>8.19</version>
                             <exclusions>
                                 <!-- MCHECKSTYLE-156 -->
                                 <exclusion>


[mina-sshd] 02/03: Upgraded Apache HTTP components client version to 4.5.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 d99b0938c772727f4259fb88f1aab4bb03419ee1
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Tue Apr 2 16:58:28 2019 +0300

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

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


[mina-sshd] 01/03: Upgraded Spring core 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 422e3cfef6a59a16069918fba999bf714b887355
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Tue Apr 2 16:57:25 2019 +0300

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

diff --git a/pom.xml b/pom.xml
index dfb09ff..77d6206 100644
--- a/pom.xml
+++ b/pom.xml
@@ -112,7 +112,7 @@
 
         <bouncycastle.version>1.61</bouncycastle.version>
         <slf4j.version>1.7.26</slf4j.version>
-        <spring.version>5.1.5.RELEASE</spring.version>
+        <spring.version>5.1.6.RELEASE</spring.version>
         <jgit.version>5.3.0.201903130848-r</jgit.version>
         <junit.version>4.12</junit.version>
         <bytebuddy.version>1.9.12</bytebuddy.version>