From f525ba916c17b3eb519f9ebd3e7922905f897524 Mon Sep 17 00:00:00 2001 From: srosse <none@none> Date: Fri, 19 Feb 2016 09:56:37 +0100 Subject: [PATCH] OO-1867: security fix for commons-collection --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a293d00a56e..b77a5547249 100644 --- a/pom.xml +++ b/pom.xml @@ -1697,7 +1697,7 @@ <!-- Used by at least velocity engine --> <groupId>commons-collections</groupId> <artifactId>commons-collections</artifactId> - <version>3.2.1</version> + <version>3.2.2</version> </dependency> <dependency> <!-- Used by email address validator --> -- GitLab