diff options
author | Ittay Stern <ittay.stern@att.com> | 2019-08-12 18:01:25 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-08-12 18:01:25 +0000 |
commit | eee375dc2f2a12ed2633e35557320f94844bcc89 (patch) | |
tree | b438f4aa976834f8c2a754b923d0fb2cdcac4a2b /pom.xml | |
parent | 50ced1c69f4d5f6d06379450ea745f6ee146e7ab (diff) | |
parent | 83157b3d4222e01810cfb2e0a5d9dccbb72f6b1b (diff) |
Merge "Upgrade pom files"
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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> |