From b31e7e3f3c329e453d9c16a590d7cd6c75e1d070 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 16:55:00 +0000 Subject: [PATCH 1/3] fix(deps): update dependency org.apache.velocity:velocity-engine-core to v2.4.1 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index fd10420c8..5e7ea3b92 100755 --- a/pom.xml +++ b/pom.xml @@ -40,7 +40,7 @@ 0.0.3 2.2.3 1.12.675 - 2.4 + 2.4.1 3.1 1.10 3.0.5 From dc0c692b4efa5301ac5bea5631a6a4801869bde2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=86=B7=E5=86=B7?= <2270033969@qq.com> Date: Tue, 22 Oct 2024 11:47:39 +0800 Subject: [PATCH 2/3] =?UTF-8?q?upgrade(captcha):=202.2.4=20=20=20=E5=9C=A8?= =?UTF-8?q?Linux=E7=8E=AF=E5=A2=83=EF=BC=8C=E8=8E=B7=E5=8F=96=E7=99=BB?= =?UTF-8?q?=E5=BD=95=E9=AA=8C=E8=AF=81=E7=A0=81=E6=8F=90=E7=A4=BA=E6=9D=83?= =?UTF-8?q?=E9=99=90=E4=B8=8D=E5=A4=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 请注意 groupId 发生变化 Closes #IAFW9O --- pig-auth/pom.xml | 2 +- .../java/com/pig4cloud/pig/auth/endpoint/ImageCodeEndpoint.java | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pig-auth/pom.xml b/pig-auth/pom.xml index baca3dfe5..4f52db799 100755 --- a/pig-auth/pom.xml +++ b/pig-auth/pom.xml @@ -75,7 +75,7 @@ - io.springboot.plugin + com.pig4cloud.plugin captcha-core ${captcha.version} diff --git a/pig-auth/src/main/java/com/pig4cloud/pig/auth/endpoint/ImageCodeEndpoint.java b/pig-auth/src/main/java/com/pig4cloud/pig/auth/endpoint/ImageCodeEndpoint.java index 14819769f..c08d02e05 100644 --- a/pig-auth/src/main/java/com/pig4cloud/pig/auth/endpoint/ImageCodeEndpoint.java +++ b/pig-auth/src/main/java/com/pig4cloud/pig/auth/endpoint/ImageCodeEndpoint.java @@ -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; diff --git a/pom.xml b/pom.xml index 5e7ea3b92..35cc9abd7 100755 --- a/pom.xml +++ b/pom.xml @@ -38,7 +38,7 @@ 3.3.4 1.3.2 0.0.3 - 2.2.3 + 2.2.4 1.12.675 2.4.1 3.1 From aa771a7e4398cfe2a177dc48873b50913eea453e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 19:01:11 +0000 Subject: [PATCH 3/3] fix(deps): update dependency org.springframework.security:spring-security-oauth2-authorization-server to v1.3.3 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 35cc9abd7..208284a01 100755 --- a/pom.xml +++ b/pom.xml @@ -36,7 +36,7 @@ 17 17 3.3.4 - 1.3.2 + 1.3.3 0.0.3 2.2.4 1.12.675