Author: echatellier Date: 2016-07-27 09:24:34 +0200 (Wed, 27 Jul 2016) New Revision: 4354 Url: http://forge.codelutin.com/projects/isis-fish/repository/revisions/4354 Log: Udpate libs Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2016-07-26 14:09:39 UTC (rev 4353) +++ trunk/pom.xml 2016-07-27 07:24:34 UTC (rev 4354) @@ -20,7 +20,7 @@ <dependency> <groupId>org.nuiton</groupId> <artifactId>nuiton-utils</artifactId> - <version>3.0-rc-11</version> + <version>3.0-rc-12</version> <scope>compile</scope> </dependency> @@ -242,7 +242,7 @@ <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-core</artifactId> - <version>2.6.1</version> + <version>2.6.2</version> <scope>compile</scope> </dependency> @@ -249,7 +249,7 @@ <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-api</artifactId> - <version>2.6.1</version> + <version>2.6.2</version> <scope>compile</scope> </dependency> @@ -256,7 +256,7 @@ <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-jcl</artifactId> - <version>2.6.1</version> + <version>2.6.2</version> <scope>runtime</scope> </dependency> @@ -263,7 +263,7 @@ <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-slf4j-impl</artifactId> - <version>2.6.1</version> + <version>2.6.2</version> <scope>runtime</scope> </dependency> @@ -377,7 +377,7 @@ <dependency> <groupId>org.freemarker</groupId> <artifactId>freemarker</artifactId> - <version>2.3.23</version> + <version>2.3.25-incubating</version> <scope>compile</scope> </dependency>
participants (1)
-
echatellier@users.forge.codelutin.com