From da30df12fc02f28a4b016c8c35a3b57e5c29fe35 Mon Sep 17 00:00:00 2001 From: zss <zss@example.com> Date: 星期二, 22 八月 2023 13:56:49 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- framework/pom.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/framework/pom.xml b/framework/pom.xml index cfae3f2..ce4fbb6 100644 --- a/framework/pom.xml +++ b/framework/pom.xml @@ -42,10 +42,10 @@ <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-redis</artifactId> </dependency> + <dependency> <groupId>cn.hutool</groupId> <artifactId>hutool-all</artifactId> - <version>5.8.18</version> </dependency> </dependencies> -- Gitblit v1.9.3