Author: echatellier Date: 2016-01-06 11:21:19 +0100 (Wed, 06 Jan 2016) New Revision: 4311 Url: http://forge.codelutin.com/projects/isis-fish/repository/revisions/4311 Log: Update libs Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2016-01-06 10:05:36 UTC (rev 4310) +++ trunk/pom.xml 2016-01-06 10:21:19 UTC (rev 4311) @@ -6,7 +6,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom4redmine</artifactId> - <version>6.1</version> + <version>7</version> </parent> <groupId>fr.ifremer</groupId> @@ -20,7 +20,7 @@ <dependency> <groupId>org.nuiton</groupId> <artifactId>nuiton-utils</artifactId> - <version>3.0-rc-8</version> + <version>3.0-rc-10</version> <scope>compile</scope> </dependency> @@ -143,7 +143,7 @@ <dependency> <groupId>com.sun.mail</groupId> <artifactId>javax.mail</artifactId> - <version>1.5.4</version> + <version>1.5.5</version> <scope>compile</scope> </dependency> @@ -224,7 +224,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-math3</artifactId> - <version>3.5</version> + <version>3.6</version> <scope>runtime</scope> <!--script --> </dependency> @@ -250,7 +250,7 @@ <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-core</artifactId> - <version>2.4.1</version> + <version>2.5</version> <scope>compile</scope> </dependency> @@ -257,7 +257,7 @@ <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-api</artifactId> - <version>2.4.1</version> + <version>2.5</version> <scope>compile</scope> </dependency> @@ -264,7 +264,7 @@ <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-jcl</artifactId> - <version>2.4.1</version> + <version>2.5</version> <scope>runtime</scope> </dependency> @@ -271,7 +271,7 @@ <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-slf4j-impl</artifactId> - <version>2.4.1</version> + <version>2.5</version> <scope>runtime</scope> </dependency> @@ -398,7 +398,7 @@ <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> - <version>18.0</version> + <version>19.0</version> </dependency> <!-- Tests -->