From 16655f1645e927f1976601e9c47037426dcd39b8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2020 10:45:45 +0800 Subject: [PATCH] chore(deps): bump bce-java-sdk from 0.10.36 to 0.10.106 (#793) Bumps [bce-java-sdk](https://github.com/baidubce/bce-sdk-java) from 0.10.36 to 0.10.106. - [Release notes](https://github.com/baidubce/bce-sdk-java/releases) - [Changelog](https://github.com/baidubce/bce-sdk-java/blob/master/Release%20Notes.txt) - [Commits](https://github.com/baidubce/bce-sdk-java/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 3049f08f0..a1db1e833 100644 --- a/build.gradle +++ b/build.gradle @@ -56,7 +56,7 @@ ext { upyunSdkVersion = "4.2.0" qiniuSdkVersion = "7.2.28" aliyunSdkVersion = "3.8.1" - baiduSdkVersion = "0.10.36" + baiduSdkVersion = "0.10.106" qcloudSdkVersion = "5.6.21" swaggerVersion = "2.9.2" commonsLangVersion = "3.9"