Skip to content

Commit 442cb3d

Browse files
authored
Merge pull request #48 from tencentyun/fix-dep
fix dep
2 parents 2fbb983 + e117d76 commit 442cb3d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.qcloud</groupId>
55
<artifactId>cos_migrate_tool</artifactId>
6-
<version>1.4.14</version>
6+
<version>1.4.15</version>
77
<packaging>jar</packaging>
88
<properties>
99
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -33,7 +33,7 @@
3333
<dependency>
3434
<groupId>com.google.code.gson</groupId>
3535
<artifactId>gson</artifactId>
36-
<version>2.6.2</version>
36+
<version>2.10.1</version>
3737
<scope>compile</scope>
3838
</dependency>
3939
<dependency>
@@ -88,7 +88,7 @@
8888
<dependency>
8989
<groupId>com.amazonaws</groupId>
9090
<artifactId>aws-java-sdk-s3</artifactId>
91-
<version>1.11.660</version>
91+
<version>1.12.779</version>
9292
<exclusions>
9393
<exclusion>
9494
<groupId>com.fasterxml.jackson.core</groupId>

0 commit comments

Comments
 (0)