diff options
author | Huabing Zhao <zhao.huabing@zte.com.cn> | 2019-11-19 14:40:15 +0800 |
---|---|---|
committer | Huabing Zhao <zhao.huabing@zte.com.cn> | 2019-11-19 14:40:20 +0800 |
commit | 476e02dbf61c39661e72e6508c30b25258d0b789 (patch) | |
tree | 07cd40d142b08104f5723a38ac77baf272c3eca9 | |
parent | ae7fce6359051c2495e680a6f6fd943df9142880 (diff) |
Solve nexus iq issues
Issue-ID: MSB-407, MSB-408, MSB-410
Signed-off-by: Huabing Zhao <zhao.huabing@zte.com.cn>
Change-Id: I99a394206a4baa2e077770afaa2b0d7858286629
-rw-r--r-- | pom.xml | 18 |
1 files changed, 14 insertions, 4 deletions
@@ -15,7 +15,12 @@ <dependency> <groupId>com.squareup.retrofit2</groupId> <artifactId>retrofit</artifactId> - <version>2.3.0</version> + <version>2.6.2</version> + </dependency> + <dependency> + <groupId>com.squareup.okhttp3</groupId> + <artifactId>okhttp</artifactId> + <version>3.12.1</version> </dependency> <dependency> <groupId>org.slf4j</groupId> @@ -30,7 +35,12 @@ <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> - <version>4.5.3</version> + <version>4.5.10</version> + </dependency> + <dependency> + <groupId>commons-codec</groupId> + <artifactId>commons-codec</artifactId> + <version>1.13</version> </dependency> <dependency> <groupId>junit</groupId> @@ -53,12 +63,12 @@ <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> - <version>2.9.4</version> + <version>2.10.1</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-core</artifactId> - <version>2.9.4</version> + <version>2.10.1</version> </dependency> <dependency> <groupId>com.google.guava</groupId> |