From 23bcee22afac8b2663d53c1015e792a21c55d1b9 Mon Sep 17 00:00:00 2001 From: RuoYi <yzz_ivy@163.com> Date: 星期一, 23 十一月 2020 09:58:21 +0800 Subject: [PATCH] 新增缓存监控功能 --- pom.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index e87a6c0..f4f4941 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ <groupId>com.ruoyi</groupId> <artifactId>ruoyi</artifactId> - <version>3.2.0</version> + <version>3.2.1</version> <packaging>jar</packaging> <name>ruoyi</name> @@ -27,7 +27,7 @@ <mybatis.spring.boot.starter.version>2.1.3</mybatis.spring.boot.starter.version> <pagehelper.spring.boot.starter.version>1.3.0</pagehelper.spring.boot.starter.version> <fastjson.version>1.2.74</fastjson.version> - <druid.version>1.2.1</druid.version> + <druid.version>1.2.2</druid.version> <commons.io.version>2.5</commons.io.version> <commons.fileupload.version>1.3.3</commons.fileupload.version> <bitwalker.version>1.19</bitwalker.version> -- Gitblit v1.9.3