r4123 - in branches/4.3.0-log4j2: . src/main/java/fr/ifremer/isisfish/ui/vcs
Author: echatellier Date: 2014-11-05 18:09:48 +0100 (Wed, 05 Nov 2014) New Revision: 4123 Url: http://forge.codelutin.com/projects/isis-fish/repository/revisions/4123 Log: Update libs Modified: branches/4.3.0-log4j2/pom.xml branches/4.3.0-log4j2/src/main/java/fr/ifremer/isisfish/ui/vcs/VCSGenerateSshKeyUI.jaxx Modified: branches/4.3.0-log4j2/pom.xml =================================================================== --- branches/4.3.0-log4j2/pom.xml 2014-11-05 16:47:51 UTC (rev 4122) +++ branches/4.3.0-log4j2/pom.xml 2014-11-05 17:09:48 UTC (rev 4123) @@ -20,7 +20,7 @@ <dependency> <groupId>org.nuiton</groupId> <artifactId>nuiton-utils</artifactId> - <version>3.0-SNAPSHOT</version> + <version>3.0-rc-8</version> <scope>compile</scope> </dependency> @@ -231,28 +231,28 @@ <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-core</artifactId> - <version>2.0.2</version> + <version>2.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-api</artifactId> - <version>2.0.2</version> + <version>2.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-jcl</artifactId> - <version>2.0.2</version> + <version>2.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-slf4j-impl</artifactId> - <version>2.0.2</version> + <version>2.1</version> <scope>runtime</scope> </dependency> @@ -308,7 +308,7 @@ <dependency> <groupId>org.aspectj</groupId> <artifactId>aspectjweaver</artifactId> - <version>1.8.2</version> + <version>1.8.3</version> </dependency> <dependency> @@ -358,7 +358,7 @@ <dependency> <groupId>org.freemarker</groupId> <artifactId>freemarker</artifactId> - <version>2.3.20</version> + <version>2.3.21</version> <scope>compile</scope> </dependency> @@ -513,10 +513,10 @@ <signatureVersion>1.0</signatureVersion> <!-- Dependencies version --> - <jaxxVersion>2.13</jaxxVersion> + <jaxxVersion>2.15</jaxxVersion> <eugeneVersion>2.13</eugeneVersion> <topiaVersion>2.9.2</topiaVersion> - <hibernateVersion>4.3.6.Final</hibernateVersion> + <hibernateVersion>4.3.7.Final</hibernateVersion> <nuitonI18nVersion>3.3</nuitonI18nVersion> <nuitonWidgetsVersion>1.1.1</nuitonWidgetsVersion> Modified: branches/4.3.0-log4j2/src/main/java/fr/ifremer/isisfish/ui/vcs/VCSGenerateSshKeyUI.jaxx =================================================================== --- branches/4.3.0-log4j2/src/main/java/fr/ifremer/isisfish/ui/vcs/VCSGenerateSshKeyUI.jaxx 2014-11-05 16:47:51 UTC (rev 4122) +++ branches/4.3.0-log4j2/src/main/java/fr/ifremer/isisfish/ui/vcs/VCSGenerateSshKeyUI.jaxx 2014-11-05 17:09:48 UTC (rev 4123) @@ -33,6 +33,7 @@ java.util.Map; java.awt.Color javax.swing.JComponent + java.nio.charset.StandardCharsets </import> <script><![CDATA[
participants (1)
-
echatellier@users.forge.codelutin.com