Skip to content

Commit 48e3d35

Browse files
CodeCasterXclaude
andcommitted
fix(docs): 修正 validation-api 版本号为 2.0.1.Final
2.0.2.Final 在 Maven Central 中不存在,降低到实际最新版本 2.0.1.Final。 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 1b33a5f commit 48e3d35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/framework/fit/java/user-guide-book/12. 附加功能组件.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ FIT 框架提供了基于 Hibernate Validator 的数据校验功能,支持对
340340
<dependency>
341341
<groupId>javax.validation</groupId>
342342
<artifactId>validation-api</artifactId>
343-
<version>2.0.2.Final</version>
343+
<version>2.0.1.Final</version>
344344
</dependency>
345345
```
346346

0 commit comments

Comments
 (0)