Author: tchemit Date: 2014-03-03 10:44:51 +0100 (Mon, 03 Mar 2014) New Revision: 1130 Url: http://codelutin.com/projects/coser/repository/revisions/1130 Log: refs #4546: Updates dependencies Modified: trunk/pom.xml trunk/src/site/site_fr.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2014-03-03 09:27:09 UTC (rev 1129) +++ trunk/pom.xml 2014-03-03 09:44:51 UTC (rev 1130) @@ -81,7 +81,7 @@ <jaxxVersion>2.8.2-SNAPSHOT</jaxxVersion> <nuitonI18nVersion>3.0</nuitonI18nVersion> <nuitonMatrixVersion>2.4-SNAPSHOT</nuitonMatrixVersion> - <struts.version>2.3.8</struts.version> + <struts.version>2.3.16</struts.version> </properties> <repositories> @@ -176,7 +176,7 @@ <dependency> <groupId>org.jfree</groupId> <artifactId>jfreechart</artifactId> - <version>1.0.14</version> + <version>1.0.17</version> <exclusions> <exclusion> <artifactId>xml-apis</artifactId> @@ -188,7 +188,7 @@ <dependency> <groupId>org.jfree</groupId> <artifactId>jcommon</artifactId> - <version>1.0.17</version> + <version>1.0.21</version> </dependency> <dependency> @@ -237,7 +237,7 @@ <dependency> <groupId>javassist</groupId> <artifactId>javassist</artifactId> - <version>3.8.0.GA</version> + <version>3.12.1.GA</version> <scope>runtime</scope> </dependency> @@ -251,19 +251,19 @@ <dependency> <groupId>com.itextpdf</groupId> <artifactId>itextpdf</artifactId> - <version>5.3.4</version> + <version>5.5.0</version> </dependency> <dependency> <groupId>org.xhtmlrenderer</groupId> <artifactId>flying-saucer-pdf-itext5</artifactId> - <version>9.0.1</version> + <version>9.0.4</version> </dependency> <dependency> <groupId>org.freemarker</groupId> <artifactId>freemarker</artifactId> - <version>2.3.19</version> + <version>2.3.20</version> </dependency> </dependencies> Modified: trunk/src/site/site_fr.xml =================================================================== --- trunk/src/site/site_fr.xml 2014-03-03 09:27:09 UTC (rev 1129) +++ trunk/src/site/site_fr.xml 2014-03-03 09:44:51 UTC (rev 1130) @@ -91,7 +91,7 @@ </item> </menu> - <menu ref="modules"/> + <!--<menu ref="modules"/>--> <menu ref="reports"/>
participants (1)
-
tchemit@users.forge.codelutin.com