This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository coser. See https://gitlab.nuiton.org/codelutin/coser.git commit 2ee9318a74e9e5c6191758ddee9b5a9cfe385794 Author: Eric Chatellier <chatellier@codelutin.com> Date: Fri May 4 11:44:25 2018 +0200 Update libs (security) --- pom.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b29b785..0ef1de8 100644 --- a/pom.xml +++ b/pom.xml @@ -172,7 +172,7 @@ <dependency> <groupId>commons-beanutils</groupId> <artifactId>commons-beanutils</artifactId> - <version>1.9.2</version> + <version>1.9.3</version> </dependency> <dependency> <groupId>commons-logging</groupId> @@ -361,6 +361,14 @@ </exclusions> </dependency> + <!-- temp security fix (struts dependency) --> + <dependency> + <groupId>commons-fileupload</groupId> + <artifactId>commons-fileupload</artifactId> + <version>1.3.3</version> + <scope>runtime</scope> + </dependency> + <dependency> <groupId>org.javassist</groupId> <artifactId>javassist</artifactId> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.