summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorIttay Stern <ittay.stern@att.com>2019-08-12 18:01:25 +0000
committerGerrit Code Review <gerrit@onap.org>2019-08-12 18:01:25 +0000
commiteee375dc2f2a12ed2633e35557320f94844bcc89 (patch)
treeb438f4aa976834f8c2a754b923d0fb2cdcac4a2b /pom.xml
parent50ced1c69f4d5f6d06379450ea745f6ee146e7ab (diff)
parent83157b3d4222e01810cfb2e0a5d9dccbb72f6b1b (diff)
Merge "Upgrade pom files"
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index e2e911a52..50965c946 100644
--- a/pom.xml
+++ b/pom.xml
@@ -211,7 +211,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.11</version>
+ <version>4.12</version>
<scope>test</scope>
</dependency>
@@ -221,9 +221,9 @@
<artifactId>logback-classic</artifactId>
</dependency>
<dependency>
- <groupId>commons-collections</groupId>
- <artifactId>commons-collections</artifactId>
- <version>3.2.2</version>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-collections4</artifactId>
+ <version>4.4</version>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
@@ -233,7 +233,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
- <version>4.5.7</version>
+ <version>4.5.9</version>
</dependency>
</dependencies>
</project>