Skip to content

Commit

Permalink
Update cloud service SDK versions for AliCloud and TencentCloud
Browse files Browse the repository at this point in the history
  • Loading branch information
dino-proj committed Nov 5, 2024
1 parent 0e3d292 commit adde153
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions dino-dependencies-root/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@
<mapstruct.version>1.5.5.Final</mapstruct.version>

<!-- managedDep Cloud service sdk -->
<ali-cloud-sms.version>2.0.24</ali-cloud-sms.version>
<tencent-cloud.version>3.1.983</tencent-cloud.version>
<ali-cloud-sms.version>3.1.0</ali-cloud-sms.version>
<tencent-cloud-sms.version>3.1.1129</tencent-cloud-sms.version>

<!-- test -->
<junit.version>5.10.0</junit.version>
Expand Down Expand Up @@ -354,15 +354,15 @@
<!-- cloud-aliyun-sms -->
<dependency>
<groupId>com.aliyun</groupId>
<artifactId>alibabacloud-dysmsapi20170525</artifactId>
<artifactId>dysmsapi20170525</artifactId>
<version>${ali-cloud-sms.version}</version>
</dependency>

<!-- cloud-tencent -->
<dependency>
<groupId>com.tencentcloudapi</groupId>
<artifactId>tencentcloud-sdk-java</artifactId>
<version>${tencent-cloud.version}</version>
<artifactId>tencentcloud-sdk-java-sms</artifactId>
<version>${tencent-cloud-sms.version}</version>
</dependency>

<!-- servlet-api -->
Expand Down

0 comments on commit adde153

Please sign in to comment.