You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by gn...@apache.org on 2014/10/17 10:10:24 UTC

[2/2] git commit: [SSHD-361][SSHD-362][SSHD-363] Upgrade to mina 2.0.8, bouncycastle 1.51 and jgit 3.4.1

[SSHD-361][SSHD-362][SSHD-363] Upgrade to mina 2.0.8, bouncycastle 1.51 and jgit 3.4.1


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

Branch: refs/heads/master
Commit: a7a15ba15d63e6c354faf6b18f8b92735fbd9cf0
Parents: 5ae8131
Author: Guillaume Nodet <gn...@apache.org>
Authored: Fri Oct 17 10:03:13 2014 +0200
Committer: Guillaume Nodet <gn...@apache.org>
Committed: Fri Oct 17 10:03:13 2014 +0200

----------------------------------------------------------------------
 pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/a7a15ba1/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1b05c72..7a496bf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -99,7 +99,7 @@
             <dependency>
                 <groupId>org.apache.mina</groupId>
                 <artifactId>mina-core</artifactId>
-                <version>2.0.7</version>
+                <version>2.0.8</version>
             </dependency>
             <dependency>
                 <groupId>tomcat</groupId>
@@ -114,12 +114,12 @@
             <dependency>
                 <groupId>org.bouncycastle</groupId>
                 <artifactId>bcpg-jdk15on</artifactId>
-                <version>1.49</version>
+                <version>1.51</version>
             </dependency>
             <dependency>
                 <groupId>org.bouncycastle</groupId>
                 <artifactId>bcpkix-jdk15on</artifactId>
-                <version>1.49</version>
+                <version>1.51</version>
             </dependency>
             <dependency>
                 <groupId>org.slf4j</groupId>
@@ -185,12 +185,12 @@
             <dependency>
                 <groupId>org.eclipse.jgit</groupId>
                 <artifactId>org.eclipse.jgit</artifactId>
-                <version>3.4.0.201405281120-rc2</version>
+                <version>3.4.1.201406201815-r</version>
             </dependency>
             <dependency>
                 <groupId>org.eclipse.jgit</groupId>
                 <artifactId>org.eclipse.jgit.pgm</artifactId>
-                <version>3.4.0.201405281120-rc2</version>
+                <version>3.4.1.201406201815-r</version>
             </dependency>
         </dependencies>
     </dependencyManagement>