From 22ee2c2e94d16742758b978ac8e5350319309d45 Mon Sep 17 00:00:00 2001 From: RuoYi <yzz_ivy@163.com> Date: 星期四, 08 十二月 2022 10:21:48 +0800 Subject: [PATCH] 删除fuse无效选项maxPatternLength --- ruoyi-framework/pom.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ruoyi-framework/pom.xml b/ruoyi-framework/pom.xml index eb58d18..54b68ad 100644 --- a/ruoyi-framework/pom.xml +++ b/ruoyi-framework/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>ruoyi</artifactId> <groupId>com.ruoyi</groupId> - <version>3.6.0</version> + <version>3.8.4</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -37,7 +37,7 @@ <!-- 验证码 --> <dependency> - <groupId>com.github.penggle</groupId> + <groupId>pro.fessional</groupId> <artifactId>kaptcha</artifactId> <exclusions> <exclusion> -- Gitblit v1.9.2