Repository: struts Updated Branches: refs/heads/master 5a835cf6a -> bacc57144
Switch to latest commons-collections, commons-io, commons-lang3 and commons-digester versions Project: http://git-wip-us.apache.org/repos/asf/struts/repo Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/bacc5714 Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/bacc5714 Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/bacc5714 Branch: refs/heads/master Commit: bacc571444cc4cb6d4412610796e9e5ecdf345cf Parents: 5a835cf Author: Johannes Geppert <[email protected]> Authored: Tue Jun 16 20:52:26 2015 +0200 Committer: Johannes Geppert <[email protected]> Committed: Tue Jun 16 20:52:26 2015 +0200 ---------------------------------------------------------------------- pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/struts/blob/bacc5714/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index bafd12b..2a6e949 100644 --- a/pom.xml +++ b/pom.xml @@ -695,7 +695,7 @@ <dependency> <groupId>commons-collections</groupId> <artifactId>commons-collections</artifactId> - <version>3.1</version> + <version>3.2.1</version> </dependency> <dependency> <groupId>commons-fileupload</groupId> @@ -705,17 +705,17 @@ <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.2</version> + <version>2.4</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> - <version>3.2</version> + <version>3.4</version> </dependency> <dependency> <groupId>commons-digester</groupId> - <artifactId>commons-digester</artifactId> - <version>2.0</version> + <artifactId>Switch to latest</artifactId> + <version>2.1</version> </dependency> <dependency> <groupId>commons-el</groupId>
