Repository: flume Updated Branches: refs/heads/flume-1.7 56bc98d9e -> 2c376f720
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/2c376f72 Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/2c376f72 Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/2c376f72 Branch: refs/heads/flume-1.7 Commit: 2c376f720ad38d11e2d614e450e2dad1e0cdc68f Parents: 56bc98d 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:36 2015 -0800 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/2c376f72/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 583cc64..3f9c490 100644 --- a/pom.xml +++ b/pom.xml @@ -1011,7 +1011,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>
