Skip to content

Commit

Permalink
upgrade(captcha): 2.2.4 在Linux环境,获取登录验证码提示权限不够
Browse files Browse the repository at this point in the history
请注意 groupId 发生变化

Closes #IAFW9O
  • Loading branch information
lltx committed Oct 22, 2024
1 parent ff9327f commit dc0c692
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pig-auth/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
</dependency>
<!-- 调用验证码核心模块 -->
<dependency>
<groupId>io.springboot.plugin</groupId>
<groupId>com.pig4cloud.plugin</groupId>
<artifactId>captcha-core</artifactId>
<version>${captcha.version}</version>
</dependency>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package com.pig4cloud.pig.auth.endpoint;

import cn.hutool.core.lang.Validator;
import com.pig4cloud.captcha.ArithmeticCaptcha;
import com.pig4cloud.pig.common.core.constant.CacheConstants;
import com.pig4cloud.pig.common.core.constant.SecurityConstants;
import io.springboot.captcha.ArithmeticCaptcha;
import jakarta.servlet.http.HttpServletResponse;
import lombok.RequiredArgsConstructor;
import lombok.SneakyThrows;
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<spring-boot-admin.version>3.3.4</spring-boot-admin.version>
<spring.authorization.version>1.3.2</spring.authorization.version>
<screw.version>0.0.3</screw.version>
<captcha.version>2.2.3</captcha.version>
<captcha.version>2.2.4</captcha.version>
<aws.version>1.12.675</aws.version>
<velocity.version>2.4.1</velocity.version>
<velocity.tool.version>3.1</velocity.tool.version>
Expand Down

0 comments on commit dc0c692

Please sign in to comment.