From fbf8cc782b3bd3ffdb85bd782e1c171d9f799e53 Mon Sep 17 00:00:00 2001 From: yufan Date: Wed, 21 Feb 2024 10:35:27 +0800 Subject: [PATCH] Update tencentcloud-sdk-java:3.1.595 -> 3.1.966 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 试图解决接口调用的 AuthFailure.SignatureFailure 问题 --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index c45bd7e..560fbb0 100644 --- a/build.gradle +++ b/build.gradle @@ -21,8 +21,8 @@ repositories { dependencies { packIntoJar("org.slf4j:slf4j-api:1.7.21") - // https://mvnrepository.com/artifact/com.tencentcloudapi/tencentcloud-sdk-java - packIntoJar("com.tencentcloudapi:tencentcloud-sdk-java:3.1.595") + // https://central.sonatype.com/artifact/com.tencentcloudapi/tencentcloud-sdk-java + packIntoJar("com.tencentcloudapi:tencentcloud-sdk-java:3.1.966") } @@ -31,4 +31,4 @@ checkstyle { toolVersion = '7.1' } -distributions {main {contents { from(tasks["jar"], 'README.md', 'LICENSE')}}} \ No newline at end of file +distributions {main {contents { from(tasks["jar"], 'README.md', 'LICENSE')}}}