Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
RuoYi Vue
Commits
b08a6ce3
Commit
b08a6ce3
authored
Dec 07, 2022
by
RuoYi
Browse files
升级kaptcha到最新版2.3.3
parent
3039b745
Changes
2
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
b08a6ce3
...
...
@@ -21,7 +21,7 @@
<druid.version>
1.2.14
</druid.version>
<bitwalker.version>
1.21
</bitwalker.version>
<swagger.version>
3.0.0
</swagger.version>
<kaptcha.version>
2.3.
2
</kaptcha.version>
<kaptcha.version>
2.3.
3
</kaptcha.version>
<mybatis-spring-boot.version>
2.2.2
</mybatis-spring-boot.version>
<pagehelper.boot.version>
1.4.5
</pagehelper.boot.version>
<fastjson.version>
2.0.16
</fastjson.version>
...
...
@@ -146,7 +146,7 @@
<!-- 验证码 -->
<dependency>
<groupId>
com.github.penggle
</groupId>
<groupId>
pro.fessional
</groupId>
<artifactId>
kaptcha
</artifactId>
<version>
${kaptcha.version}
</version>
</dependency>
...
...
ruoyi-framework/pom.xml
View file @
b08a6ce3
...
...
@@ -37,7 +37,7 @@
<!-- 验证码 -->
<dependency>
<groupId>
com.github.penggle
</groupId>
<groupId>
pro.fessional
</groupId>
<artifactId>
kaptcha
</artifactId>
<exclusions>
<exclusion>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment