This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository jtimer. See http://git.chorem.org/jtimer.git commit 256fdc124e17ee638f4e968abfa7121c005a48d8 Author: Eric Chatellier <chatellier@codelutin.com> Date: Mon Feb 22 18:55:28 2016 +0100 fixes #1320: Update libs --- pom.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/pom.xml b/pom.xml index 31453c7..425bba9 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>chorempom</artifactId> - <version>1.5</version> + <version>6</version> </parent> <groupId>org.chorem</groupId> @@ -91,7 +91,7 @@ <locales>fr,en</locales> <xmrpcVersion>3.1.3</xmrpcVersion> - <jnaVersion>4.0.0</jnaVersion> + <jnaVersion>4.2.1</jnaVersion> <!-- files to deploy to redmine --> <redmine.releaseFiles> @@ -220,7 +220,7 @@ <plugins> <plugin> <artifactId>maven-checkstyle-plugin</artifactId> - <version>2.10</version> + <version>2.17</version> <configuration> <configLocation>${project.basedir}/src/main/config/checkstyle.xml </configLocation> @@ -250,7 +250,7 @@ <dependency> <groupId>org.nuiton</groupId> <artifactId>nuiton-config</artifactId> - <version>3.0-alpha-2</version> + <version>3.0-rc-3</version> <scope>compile</scope> <exclusions> <exclusion> @@ -314,7 +314,7 @@ <dependency> <groupId>org.freemarker</groupId> <artifactId>freemarker</artifactId> - <version>2.3.20</version> + <version>2.3.23</version> </dependency> <dependency> <groupId>org.apache.xmlrpc</groupId> @@ -340,17 +340,17 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-collections4</artifactId> - <version>4.0</version> + <version>4.1</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> - <version>3.3.1</version> + <version>3.4</version> </dependency> <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> - <version>1.1.3</version> + <version>1.2</version> </dependency> <dependency> <groupId>commons-io</groupId> @@ -375,7 +375,7 @@ <dependency> <groupId>org.testng</groupId> <artifactId>testng</artifactId> - <version>6.8.7</version> + <version>6.9.10</version> <scope>test</scope> <exclusions> <exclusion> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.