From f93fc98b4f9d199c516525b33dd83cd0ac4cee76 Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: Wed, 14 Dec 2022 11:31:58 +0800
Subject: [PATCH] 修改参数键名时移除前缓存配置
---
ruoyi-gateway/pom.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ruoyi-gateway/pom.xml b/ruoyi-gateway/pom.xml
index 2aaa5de..b2f6649 100644
--- a/ruoyi-gateway/pom.xml
+++ b/ruoyi-gateway/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>com.ruoyi</groupId>
<artifactId>ruoyi</artifactId>
- <version>3.6.0</version>
+ <version>3.6.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -66,7 +66,7 @@
<!--验证码 -->
<dependency>
- <groupId>com.github.penggle</groupId>
+ <groupId>pro.fessional</groupId>
<artifactId>kaptcha</artifactId>
</dependency>
--
Gitblit v1.9.3