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 ddd58d83d6a040bf04b783e5d76bed78fdb29d74 Author: Eric Chatellier <chatellier@codelutin.com> Date: Thu Mar 2 13:20:57 2017 +0100 Update log4j --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 25ee1ec..08467bd 100644 --- a/pom.xml +++ b/pom.xml @@ -172,13 +172,13 @@ <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-core</artifactId> - <version>2.8</version> + <version>2.8.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-jcl</artifactId> - <version>2.8</version> + <version>2.8.1</version> <scope>runtime</scope> </dependency> <dependency> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.