diff options
author | jinquanni <ni.jinquan@zte.com.cn> | 2022-03-01 19:43:14 +0800 |
---|---|---|
committer | jinquanni <ni.jinquan@zte.com.cn> | 2022-03-01 19:48:36 +0800 |
commit | 9f266df01b46db6631a3c9198bed1aa5597403a2 (patch) | |
tree | 54ee81598132a6e09fa25be6e6c7acee3dc462ca | |
parent | 595baf6c989d854c8d461405098a9f35bd743067 (diff) |
[MSB]Update the vulnerable direct dependencies
Updated okihttps to 4.9.3
Issue-ID: MSB-644
Signed-off-by: jinquanni <ni.jinquan@zte.com.cn>
Change-Id: I81d289cb7670f13421172bc1cc3c73100ad8de4d
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>okhttp</artifactId> - <version>3.12.1</version> + <version>4.9.3</version> </dependency> <dependency> <groupId>org.slf4j</groupId> |