summaryrefslogtreecommitdiffstats
path: root/common-app-api/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'common-app-api/pom.xml')
-rw-r--r--common-app-api/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/common-app-api/pom.xml b/common-app-api/pom.xml
index 7905404f82..10b08266fe 100644
--- a/common-app-api/pom.xml
+++ b/common-app-api/pom.xml
@@ -324,9 +324,9 @@
</dependency>
<dependency>
- <artifactId>commons-collections</artifactId>
- <groupId>commons-collections</groupId>
- <version>3.2.2</version>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-collections4</artifactId>
+ <version>${commons.collections.version}</version>
</dependency>
<dependency>