From fbb0b87c1cefb09ef9fade5d76048b461d86ca5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Jun 2023 16:39:59 +0000 Subject: [PATCH] chore(deps): bump hutool-core from 5.8.4 to 5.8.19 Bumps [hutool-core](https://github.com/dromara/hutool) from 5.8.4 to 5.8.19. - [Release notes](https://github.com/dromara/hutool/releases) - [Changelog](https://github.com/dromara/hutool/blob/v5-master/CHANGELOG.md) - [Commits](https://github.com/dromara/hutool/compare/5.8.4...5.8.19) --- updated-dependencies: - dependency-name: cn.hutool:hutool-core dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index feaf3c7..ac7e574 100644 --- a/pom.xml +++ b/pom.xml @@ -48,7 +48,7 @@ cn.hutool hutool-core - 5.8.4 + 5.8.19 com.hb0730