diff --git a/README.md b/README.md
index ab1f126f..e03dd7cc 100644
--- a/README.md
+++ b/README.md
@@ -150,15 +150,16 @@ cors:
| 模块名称 | 模块说明 | 依赖版本 |
| ---------------------------------- | ---------------------------------------- | ------------------------------------------------------------ |
-| continew-starter-core | 核心模块:包含跨域、线程池等自动配置 | Spring Boot:3.1.7
Undertow:2.3.10.Final
Hutool:5.8.24
mica-ip2region:3.1.5.1 |
+| continew-starter-core | 核心模块:包含跨域、线程池等自动配置 | Spring Boot:3.1.7
Undertow:2.3.10.Final
Hutool:5.8.24
mica-ip2region:3.1.6 |
| continew-starter-json-jackson | JSON 模块:Jackson 自动配置 | Jackson:2.15.3 |
| continew-starter-api-doc | API 文档模块:Knife4j 自动配置 | Knife4j:4.4.0 |
| continew-starter-log | 日志模块:HTTP Trace Pro | |
| continew-starter-storage | 存储模块:本地存储、OSS 自动配置 | |
| continew-starter-file-excel | 文件处理模块:Excel 相关配置 | Easy Excel:3.3.4 |
| continew-starter-captcha-graphic | 验证码模块:图形验证码 | Easy Captcha:1.6.2 |
+| continew-starter-captcha-behavior | 验证码模块:行为验证码 | AJ-Captcha:1.3.0 |
| continew-starter-cache-redisson | 缓存模块:Redisson 自动配置 | Redisson:3.25.2 |
-| continew-starter-data-mybatis-plus | 数据访问模块:MyBatis Plus 自动配置 | MyBatis Plus:3.5.4.1
dynamic-datasource-spring-boot-starter:4.2.0
P6Spy:3.9.1 |
+| continew-starter-data-mybatis-plus | 数据访问模块:MyBatis Plus 自动配置 | MyBatis Plus:3.5.5
dynamic-datasource-spring-boot-starter:4.2.0
P6Spy:3.9.1 |
| continew-starter-auth-satoken | 认证模块:SaToken 自动配置 | Sa-Token:1.37.0 |
| continew-starter-auth-justauth | 认证模块:JustAuth 自动配置 | Just Auth:1.16.6 |
| continew-starter-messaging-mail | 消息模块:邮件 | Jakarta Mail:1.1.0 |
diff --git a/continew-starter-dependencies/pom.xml b/continew-starter-dependencies/pom.xml
index ba057636..5552f06a 100644
--- a/continew-starter-dependencies/pom.xml
+++ b/continew-starter-dependencies/pom.xml
@@ -68,7 +68,7 @@
2.0.0
4.4.0
2.14.4
- 3.1.5.1
+ 3.1.6
5.8.24
@@ -326,6 +326,7 @@
+
org.codehaus.mojo
flatten-maven-plugin
diff --git a/pom.xml b/pom.xml
index 75b061db..4191a8da 100644
--- a/pom.xml
+++ b/pom.xml
@@ -94,7 +94,7 @@
-
+
com.diffplug.spotless
spotless-maven-plugin
@@ -116,6 +116,7 @@
+
org.codehaus.mojo
flatten-maven-plugin