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 2018/04/10 17:14:50 UTC

mina-sshd git commit: Upgraded some dependencies versions

Repository: mina-sshd
Updated Branches:
  refs/heads/master 11f85a5ac -> 327064028


Upgraded some dependencies versions


Project: http://git-wip-us.apache.org/repos/asf/mina-sshd/repo
Commit: http://git-wip-us.apache.org/repos/asf/mina-sshd/commit/32706402
Tree: http://git-wip-us.apache.org/repos/asf/mina-sshd/tree/32706402
Diff: http://git-wip-us.apache.org/repos/asf/mina-sshd/diff/32706402

Branch: refs/heads/master
Commit: 3270640286991dbe7218627876e55afd6ca2ce6a
Parents: 11f85a5
Author: Lyor Goldstein <ly...@gmail.com>
Authored: Tue Apr 10 20:18:08 2018 +0300
Committer: Lyor Goldstein <ly...@gmail.com>
Committed: Tue Apr 10 20:18:08 2018 +0300

----------------------------------------------------------------------
 pom.xml                  | 8 ++++----
 sshd-spring-sftp/pom.xml | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/32706402/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8b5e59c..6dafdeb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -104,14 +104,14 @@
         <gmaven.plugin.version>2.0</gmaven.plugin.version>
         <groovy.major.version>2</groovy.major.version>
         <groovy.minor.version>4</groovy.minor.version>
-        <groovy.release.version>13</groovy.release.version>
+        <groovy.release.version>15</groovy.release.version>
         <groovy.compliance.level>2.0</groovy.compliance.level>
         <groovy.version>${groovy.major.version}.${groovy.minor.version}.${groovy.release.version}</groovy.version>        
 
         <bouncycastle.version>1.59</bouncycastle.version>
         <slf4j.version>1.7.25</slf4j.version>
-        <spring.version>5.0.3.RELEASE</spring.version>
-        <jgit.version>4.10.0.201712302008-r</jgit.version>
+        <spring.version>5.0.5.RELEASE</spring.version>
+        <jgit.version>4.11.0.201803080745-r</jgit.version>
         <junit.version>4.12</junit.version>
         <surefire.plugin.version>2.20.1</surefire.plugin.version>
         <!-- See https://pmd.github.io/ for available latest version -->
@@ -578,7 +578,7 @@
                         <dependency>
                             <groupId>com.puppycrawl.tools</groupId>
                             <artifactId>checkstyle</artifactId>
-                            <version>8.8</version>
+                            <version>8.9</version>
                             <exclusions>
                                 <!-- MCHECKSTYLE-156 -->
                                 <exclusion>

http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/32706402/sshd-spring-sftp/pom.xml
----------------------------------------------------------------------
diff --git a/sshd-spring-sftp/pom.xml b/sshd-spring-sftp/pom.xml
index aa3ab4a..2f9e442 100644
--- a/sshd-spring-sftp/pom.xml
+++ b/sshd-spring-sftp/pom.xml
@@ -34,7 +34,7 @@
 
     <properties>
         <projectRoot>${project.basedir}/..</projectRoot>
-        <spring.integration.version>5.0.0.RELEASE</spring.integration.version>
+        <spring.integration.version>5.0.4.RELEASE</spring.integration.version>
     </properties>
 
     <dependencyManagement>