This is an automated email from the ASF dual-hosted git repository. ctubbsii pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/accumulo-wikisearch.git
The following commit(s) were added to refs/heads/master by this push: new 26033a8 Bump commons-collections 26033a8 is described below commit 26033a8a12cd7e52da0ba91fb4045a55689131e2 Author: Christopher Tubbs <ctubb...@apache.org> AuthorDate: Tue Jul 28 14:02:25 2020 -0400 Bump commons-collections CVE-2015-6420 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7ede48b..c302051 100644 --- a/pom.xml +++ b/pom.xml @@ -41,7 +41,7 @@ <maven.compiler.source>1.8</maven.compiler.source> <maven.compiler.target>1.8</maven.compiler.target> <version.accumulo>2.0.0-alpha-2</version.accumulo> - <version.collections>3.2.1</version.collections> + <version.collections>3.2.2</version.collections> <version.commons-codec>1.5</version.commons-codec> <version.commons-configuration>1.10</version.commons-configuration> <version.commons-jexl>2.0.1</version.commons-jexl>