From 27be8ead3bb109391847c07aab9516947ceda729 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:48:24 +0800 Subject: [PATCH] chore(deps): bump hutoolVersion from 5.2.3 to 5.3.2 (#788) Bumps `hutoolVersion` from 5.2.3 to 5.3.2. Updates `hutool-core` from 5.2.3 to 5.3.2 - [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.2.3...5.3.2) Updates `hutool-crypto` from 5.2.3 to 5.3.2 - [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.2.3...5.3.2) Updates `hutool-extra` from 5.2.3 to 5.3.2 - [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.2.3...5.3.2) 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 473005cc5..0b45da4be 100644 --- a/build.gradle +++ b/build.gradle @@ -52,7 +52,7 @@ processResources { } ext { - hutoolVersion = "5.2.3" + hutoolVersion = "5.3.2" upyunSdkVersion = "4.2.0" qiniuSdkVersion = "7.2.28" aliyunSdkVersion = "3.8.1"