From 52752d16d144c38cfbaf962cee269f18727d028d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 7 May 2020 13:28:19 +0800 Subject: [PATCH] chore(deps): bump hutoolVersion from 5.3.2 to 5.3.3 (#826) Bumps `hutoolVersion` from 5.3.2 to 5.3.3. Updates `hutool-core` from 5.3.2 to 5.3.3 - [Release notes](https://github.com/looly/hutool/releases) - [Changelog](https://github.com/looly/hutool/blob/v5-master/CHANGELOG.md) - [Commits](https://github.com/looly/hutool/compare/5.3.2...5.3.3) Updates `hutool-crypto` from 5.3.2 to 5.3.3 - [Release notes](https://github.com/looly/hutool/releases) - [Changelog](https://github.com/looly/hutool/blob/v5-master/CHANGELOG.md) - [Commits](https://github.com/looly/hutool/compare/5.3.2...5.3.3) Updates `hutool-extra` from 5.3.2 to 5.3.3 - [Release notes](https://github.com/looly/hutool/releases) - [Changelog](https://github.com/looly/hutool/blob/v5-master/CHANGELOG.md) - [Commits](https://github.com/looly/hutool/compare/5.3.2...5.3.3) 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 fc98cb9e3..d151556f6 100644 --- a/build.gradle +++ b/build.gradle @@ -52,7 +52,7 @@ processResources { } ext { - hutoolVersion = "5.3.2" + hutoolVersion = "5.3.3" upyunSdkVersion = "4.2.0" qiniuSdkVersion = "7.2.28" aliyunSdkVersion = "3.9.1"