You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by ad...@apache.org on 2019/02/02 13:00:39 UTC

[wicket] branch wicket-7.x updated: common-utils back to ver. 3.2.2

This is an automated email from the ASF dual-hosted git repository.

adelbene pushed a commit to branch wicket-7.x
in repository https://gitbox.apache.org/repos/asf/wicket.git


The following commit(s) were added to refs/heads/wicket-7.x by this push:
     new 47e7325  common-utils back to ver. 3.2.2
47e7325 is described below

commit 47e7325c9fb5b74542fbff6b8b45b94e3f81b67b
Author: Andrea Del Bene <ad...@apache.org>
AuthorDate: Sat Feb 2 13:58:50 2019 +0100

    common-utils back to ver. 3.2.2
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 581ebbf..1cc17e7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -228,7 +228,7 @@
 			<dependency>
 				<groupId>commons-collections</groupId>
 				<artifactId>commons-collections</artifactId>
-				<version>3.2.1</version>
+				<version>3.2.2</version>
 			</dependency>
 			<dependency>
 				<groupId>commons-fileupload</groupId>