Author: echatellier Date: 2015-06-08 08:51:56 +0000 (Mon, 08 Jun 2015) New Revision: 4245 Url: http://forge.codelutin.com/projects/isis-fish/repository/revisions/4245 Log: Update jsch and aspectj Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2015-06-04 14:02:08 UTC (rev 4244) +++ trunk/pom.xml 2015-06-08 08:51:56 UTC (rev 4245) @@ -292,7 +292,7 @@ <dependency> <groupId>com.jcraft</groupId> <artifactId>jsch</artifactId> - <version>0.1.52</version> + <version>0.1.53</version> <scope>compile</scope> </dependency> @@ -314,7 +314,7 @@ <dependency> <groupId>org.aspectj</groupId> <artifactId>aspectjweaver</artifactId> - <version>1.8.5</version> + <version>1.8.6</version> </dependency> <dependency>
participants (1)
-
echatellier@users.forge.codelutin.com