This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository nuiton-decorator. See https://gitlab.nuiton.org/nuiton/nuiton-decorator.git commit 9bb73d3eedd6cf337c43461883bb508e1f7647e4 Author: Eric Chatellier <chatellier@codelutin.com> Date: Mon Apr 16 10:58:43 2018 +0200 fixes #5: Update libs --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 9c0e423..de12753 100644 --- a/pom.xml +++ b/pom.xml @@ -105,13 +105,13 @@ <dependency> <groupId>commons-beanutils</groupId> <artifactId>commons-beanutils</artifactId> - <version>1.9.2</version> + <version>1.9.3</version> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.11</version> + <version>4.12</version> <scope>test</scope> </dependency> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.