From 694667fcf55573c5923120a2486e40a9e2e1d064 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2020 11:02:18 +0800 Subject: [PATCH] chore(deps): bump cos_api from 5.6.21 to 5.6.22 (#801) Bumps [cos_api](https://github.com/tencentyun/cos-java-sdk-v5) from 5.6.21 to 5.6.22. - [Release notes](https://github.com/tencentyun/cos-java-sdk-v5/releases) - [Changelog](https://github.com/tencentyun/cos-java-sdk-v5/blob/master/CHANGELOG.md) - [Commits](https://github.com/tencentyun/cos-java-sdk-v5/commits) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 8083a7976..f703ab872 100644 --- a/build.gradle +++ b/build.gradle @@ -57,7 +57,7 @@ ext { qiniuSdkVersion = "7.2.28" aliyunSdkVersion = "3.9.1" baiduSdkVersion = "0.10.106" - qcloudSdkVersion = "5.6.21" + qcloudSdkVersion = "5.6.22" swaggerVersion = "2.9.2" commonsLangVersion = "3.10" httpclientVersion = "4.5.12"