You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2015/12/25 14:13:13 UTC

wicket git commit: WICKET-6057 Upgrade commons-collections to 4.1

Repository: wicket
Updated Branches:
  refs/heads/wicket-7.x 0bd4a0102 -> 7cd16b1a7


WICKET-6057 Upgrade commons-collections to 4.1


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/7cd16b1a
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/7cd16b1a
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/7cd16b1a

Branch: refs/heads/wicket-7.x
Commit: 7cd16b1a7e7496ca11490f3452583714bd72d0ef
Parents: 0bd4a01
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Fri Dec 25 14:12:53 2015 +0100
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Fri Dec 25 14:12:53 2015 +0100

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/7cd16b1a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 0ce530d..c279060 100644
--- a/pom.xml
+++ b/pom.xml
@@ -256,7 +256,7 @@
 			<dependency>
 				<groupId>org.apache.commons</groupId>
 				<artifactId>commons-collections4</artifactId>
-				<version>4.0</version>
+				<version>4.1</version>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.velocity</groupId>