Repository: flume Updated Branches: refs/heads/trunk f38a52102 -> 88b3fee10
FLUME-2841: Upgrade commons-collections to 3.2.2 (Hari Shreedharan via Jarek Jarcec Cecho) Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/88b3fee1 Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/88b3fee1 Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/88b3fee1 Branch: refs/heads/trunk Commit: 88b3fee10f1ec10dc33872710a4d4084c86b5e7d Parents: f38a521 Author: Jarek Jarcec Cecho <[email protected]> Authored: Wed Nov 18 07:37:01 2015 -0800 Committer: Jarek Jarcec Cecho <[email protected]> Committed: Wed Nov 18 07:37:01 2015 -0800 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/88b3fee1/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ade1ac4..15c086b 100644 --- a/pom.xml +++ b/pom.xml @@ -1017,7 +1017,7 @@ limitations under the License. <dependency> <groupId>commons-collections</groupId> <artifactId>commons-collections</artifactId> - <version>3.2.1</version> + <version>3.2.2</version> </dependency> <dependency>
