This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository jtimer. See https://gitlab.nuiton.org/chorem/jtimer.git commit d0f77d9964204b9c1a31b34ff15f7705d0edf7c8 Author: Eric Chatellier <chatellier@codelutin.com> Date: Mon Feb 27 16:08:59 2017 +0100 Update libs --- pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index e66f7f0..c53738a 100644 --- a/pom.xml +++ b/pom.xml @@ -128,7 +128,7 @@ <dependency> <groupId>org.nuiton</groupId> <artifactId>nuiton-config</artifactId> - <version>3.1.1</version> + <version>3.2</version> <scope>compile</scope> <exclusions> <exclusion> @@ -176,19 +176,19 @@ <dependency> <groupId>net.java.dev.jna</groupId> <artifactId>jna</artifactId> - <version>4.2.2</version> + <version>4.3.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-core</artifactId> - <version>2.7</version> + <version>2.8</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-jcl</artifactId> - <version>2.7</version> + <version>2.8</version> <scope>runtime</scope> </dependency> <dependency> @@ -199,7 +199,7 @@ <dependency> <groupId>org.yaml</groupId> <artifactId>snakeyaml</artifactId> - <version>1.17</version> + <version>1.18</version> </dependency> <dependency> <groupId>com.google.code.gson</groupId> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.