From a0d2b383ef32a1c85df3eaeccfdaa7e4434d1d19 Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: Wed, 07 Dec 2022 12:46:32 +0800
Subject: [PATCH] 升级kaptcha到最新版2.3.3
---
ruoyi-gateway/pom.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ruoyi-gateway/pom.xml b/ruoyi-gateway/pom.xml
index f214aa1..b2f6649 100644
--- a/ruoyi-gateway/pom.xml
+++ b/ruoyi-gateway/pom.xml
@@ -66,7 +66,7 @@
<!--验证码 -->
<dependency>
- <groupId>com.github.penggle</groupId>
+ <groupId>pro.fessional</groupId>
<artifactId>kaptcha</artifactId>
</dependency>
--
Gitblit v1.9.3