Skip to content

Commit 91ce2e8

Browse files
author
jeffreykzli
committed
update kms version
1 parent 1c4f894 commit 91ce2e8

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.qcloud</groupId>
66
<artifactId>cos_api</artifactId>
7-
<version>5.6.238</version>
7+
<version>5.6.238.2</version>
88
<packaging>jar</packaging>
99
<name>cos-java-sdk</name>
1010
<description>java sdk for qcloud cos</description>
@@ -86,7 +86,7 @@
8686
<dependency>
8787
<groupId>com.tencentcloudapi</groupId>
8888
<artifactId>tencentcloud-sdk-java-kms</artifactId>
89-
<version>3.1.213</version>
89+
<version>3.1.1138</version>
9090
<exclusions>
9191
<exclusion>
9292
<groupId>log4j</groupId>

src/main/java/com/qcloud/cos/COS.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@
7878
import com.qcloud.cos.model.fetch.PutAsyncFetchTaskRequest;
7979
import com.qcloud.cos.model.fetch.PutAsyncFetchTaskResult;
8080
import com.qcloud.cos.model.inventory.InventoryConfiguration;
81-
import com.squareup.okhttp.internal.http.HttpMethod;
8281

8382

8483
public interface COS extends COSDirectSpi {

0 commit comments

Comments
 (0)