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')}}}